#42A51D

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

Shades of Kelly Green #42A51D

Tints of Kelly Green #42A51D

Color information

#42A51D (or 0x42A51D) is unknown color: approx Kelly Green. HEX triplet: 42, A5 and 1D. RGB value is (66,165,29). Sum of RGB (Red+Green+Blue) = 66+165+29=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #42A51D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A51D is #BD5AE2. Grayscale: #787878. Windows color (decimal): -12409571 or 1942850. OLE color: 1942850.

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

Color convert

RGB6616529-
CMYK0.6000.820.35
HSL103.68º70.1%38.04%-
HSV(B)103.68º82.42%64.71%-
XYZ15.9228.165.76-
YUV119.8976.789.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 165 (64.84% from 255) = 63.46%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=25.38%
G=63.46%
B=11.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165290.6000.820.35103.6870.138.04
Hex42A51D3C05223684626
Octal102245357401224315010646
Binary100001010100101111011111000101001010001111010001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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