#4CB70D

Color #4CB70D Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4CB70D

Tints of Kelly Green #4CB70D

Color information

#4CB70D (or 0x4CB70D) is unknown color: approx Kelly Green. HEX triplet: 4C, B7 and 0D. RGB value is (76,183,13). Sum of RGB (Red+Green+Blue) = 76+183+13=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB70D is #B348F2. Grayscale: #848484. Windows color (decimal): -11749619 or 898892. OLE color: 898892.

HSL color Cylindrical-coordinate representation of color #4CB70D: hue angle of 97.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CB70D is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB7618313-
CMYK0.5800.930.28
HSL97.76º86.73%38.43%-
HSV(B)97.76º92.9%71.76%-
XYZ19.9935.436.17-
YUV131.6361.0588.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 183 (71.88% from 255) = 67.28%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=27.94%
G=67.28%
B=4.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76183130.5800.930.2897.7686.7338.43
Hex4CB7D3A05D1C625726
Octal114267157201353414212746
Binary1001100101101111101111010010111011110011000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB70D; }

 p { color: rgb(76,183,13); }

 H1.HeaderClassName
 {
   color: #4CB70D;
 }
 .AnyTagClassName
 {
   color: #4CB70D;
 }
</style>
background-color css

<style>
 a { background-color: #4CB70D; }

 a { background-color: rgb(76,183,13); }

 div.DivClassName
 {
   background-color: #4CB70D;
 }
 .BgClassName
 {
   background-color: #4CB70D;
 }
</style>
border-color css

<style>
 span { border-color: #4CB70D; }

 span { border-color: rgb(76,183,13); }

 td.TdClassName
 {
   border-color: #4CB70D;
 }
 .TagClassName
 {
   border-color: #4CB70D;
 }
</style>