#4CC70B

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

Shades of Kelly Green #4CC70B

Tints of Kelly Green #4CC70B

Color information

#4CC70B (or 0x4CC70B) is unknown color: approx Kelly Green. HEX triplet: 4C, C7 and 0B. RGB value is (76,199,11). Sum of RGB (Red+Green+Blue) = 76+199+11=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 199 (78.12% from 255 or 69.58% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC70B is #B338F4. Grayscale: #8D8D8D. Windows color (decimal): -11745525 or 771916. OLE color: 771916.

HSL color Cylindrical-coordinate representation of color #4CC70B: hue angle of 99.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CC70B is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB7619911-
CMYK0.6200.940.22
HSL99.26º89.52%41.18%-
HSV(B)99.26º94.47%78.04%-
XYZ23.4642.417.27-
YUV140.7954.7581.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 199 (78.12% from 255) = 69.58%
BLUE value IS 11 (4.69% from 255) = 3.85%
R=26.57%
G=69.58%
B=3.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76199110.6200.940.2299.2689.5241.18
Hex4CC7B3E05E16635a29
Octal114307137601362614313251
Binary1001100110001111011111110010111101011011000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,199,11); }

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

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

 a { background-color: rgb(76,199,11); }

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

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

 span { border-color: rgb(76,199,11); }

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