#42B81D

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

Shades of Kelly Green #42B81D

Tints of Kelly Green #42B81D

Color information

#42B81D (or 0x42B81D) is unknown color: approx Kelly Green. HEX triplet: 42, B8 and 1D. RGB value is (66,184,29). Sum of RGB (Red+Green+Blue) = 66+184+29=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #42B81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B81D is #BD47E2. Grayscale: #838383. Windows color (decimal): -12404707 or 1947714. OLE color: 1947714.

HSL color Cylindrical-coordinate representation of color #42B81D: hue angle of 105.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B81D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB6618429-
CMYK0.6400.840.28
HSL105.68º72.77%41.76%-
HSV(B)105.68º84.24%72.16%-
XYZ19.6135.536.99-
YUV131.0570.4181.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 184 (72.27% from 255) = 65.95%
BLUE value IS 29 (11.72% from 255) = 10.39%
R=23.66%
G=65.95%
B=10.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66184290.6400.840.28105.6872.7741.76
Hex42B81D400541C6a492a
Octal1022703510001243415211152
Binary100001010111000111011000000010101001110011010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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