#42B80C

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

Shades of Kelly Green #42B80C

Tints of Kelly Green #42B80C

Color information

#42B80C (or 0x42B80C) is unknown color: approx Kelly Green. HEX triplet: 42, B8 and 0C. RGB value is (66,184,12). Sum of RGB (Red+Green+Blue) = 66+184+12=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 184 (72.27% from 255 or 70.23% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 184 - color contains mainly: green. Hex color #42B80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B80C is #BD47F3. Grayscale: #818181. Windows color (decimal): -12404724 or 833602. OLE color: 833602.

HSL color Cylindrical-coordinate representation of color #42B80C: hue angle of 101.16º degrees, saturation: 0.88, 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 #42B80C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB6618412-
CMYK0.6400.930.28
HSL101.16º87.76%38.43%-
HSV(B)101.16º93.48%72.16%-
XYZ19.4535.476.17-
YUV129.1161.9182.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 184 (72.27% from 255) = 70.23%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=25.19%
G=70.23%
B=4.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66184120.6400.930.28101.1687.7638.43
Hex42B8C4005D1C655826
Octal1022701410001353414513046
Binary10000101011100011001000000010111011110011001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B80C; }

 p { color: rgb(66,184,12); }

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

<style>
 a { background-color: #42B80C; }

 a { background-color: rgb(66,184,12); }

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

<style>
 span { border-color: #42B80C; }

 span { border-color: rgb(66,184,12); }

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