#42B40B

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

Shades of Kelly Green #42B40B

Tints of Kelly Green #42B40B

Color information

#42B40B (or 0x42B40B) is unknown color: approx Kelly Green. HEX triplet: 42, B4 and 0B. RGB value is (66,180,11). Sum of RGB (Red+Green+Blue) = 66+180+11=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #42B40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B40B is #BD4BF4. Grayscale: #7F7F7F. Windows color (decimal): -12405749 or 767042. OLE color: 767042.

HSL color Cylindrical-coordinate representation of color #42B40B: hue angle of 100.47º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42B40B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB6618011-
CMYK0.6300.940.29
HSL100.47º88.48%37.45%-
HSV(B)100.47º93.89%70.59%-
XYZ18.6333.825.86-
YUV126.6562.7384.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 180 (70.70% from 255) = 70.04%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=25.68%
G=70.04%
B=4.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180110.6300.940.29100.4788.4837.45
Hex42B4B3F05E1D645825
Octal102264137701363514413045
Binary1000010101101001011111111010111101110111001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,180,11); }

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

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

 a { background-color: rgb(66,180,11); }

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

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

 span { border-color: rgb(66,180,11); }

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