#42A51B

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

Shades of Kelly Green #42A51B

Tints of Kelly Green #42A51B

Color information

#42A51B (or 0x42A51B) is unknown color: approx Kelly Green. HEX triplet: 42, A5 and 1B. RGB value is (66,165,27). Sum of RGB (Red+Green+Blue) = 66+165+27=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #42A51B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A51B is #BD5AE4. Grayscale: #787878. Windows color (decimal): -12409573 or 1811778. OLE color: 1811778.

HSL color Cylindrical-coordinate representation of color #42A51B: hue angle of 103.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42A51B is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB6616527-
CMYK0.6000.840.35
HSL103.04º71.88%37.65%-
HSV(B)103.04º83.64%64.71%-
XYZ15.928.155.63-
YUV119.6775.789.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=25.58%
G=63.95%
B=10.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165270.6000.840.35103.0471.8837.65
Hex42A51B3C05423674826
Octal102245337401244314711046
Binary100001010100101110111111000101010010001111001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,27); }

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

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

 a { background-color: rgb(66,165,27); }

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

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

 span { border-color: rgb(66,165,27); }

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