#4CCB0B

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

Shades of Kelly Green #4CCB0B

Tints of Kelly Green #4CCB0B

Color information

#4CCB0B (or 0x4CCB0B) is unknown color: approx Kelly Green. HEX triplet: 4C, CB and 0B. RGB value is (76,203,11). Sum of RGB (Red+Green+Blue) = 76+203+11=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCB0B is #B334F4. Grayscale: #8F8F8F. Windows color (decimal): -11744501 or 772940. OLE color: 772940.

HSL color Cylindrical-coordinate representation of color #4CCB0B: hue angle of 99.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CCB0B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB7620311-
CMYK0.6300.950.20
HSL99.69º89.72%41.96%-
HSV(B)99.69º94.58%79.61%-
XYZ24.444.277.58-
YUV143.1453.4280.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=26.21%
G=70%
B=3.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76203110.6300.950.2099.6989.7241.96
Hex4CCBB3F05F14645a2a
Octal114313137701372414413252
Binary1001100110010111011111111010111111010011001001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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