#42B51F

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

Shades of Kelly Green #42B51F

Tints of Kelly Green #42B51F

Color information

#42B51F (or 0x42B51F) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 1F. RGB value is (66,181,31). Sum of RGB (Red+Green+Blue) = 66+181+31=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #42B51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B51F is #BD4AE0. Grayscale: #828282. Windows color (decimal): -12405473 or 2078018. OLE color: 2078018.

HSL color Cylindrical-coordinate representation of color #42B51F: hue angle of 106º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42B51F is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB6618131-
CMYK0.6400.830.29
HSL106º70.75%41.57%-
HSV(B)106º82.87%70.98%-
XYZ19.0234.36.92-
YUV129.5172.482.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 181 (71.09% from 255) = 65.11%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=23.74%
G=65.11%
B=11.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181310.6400.830.2910670.7541.57
Hex42B51F400531D6a472a
Octal1022653710001233515210752
Binary100001010110101111111000000010100111110111010101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,31); }

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

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

 a { background-color: rgb(66,181,31); }

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

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

 span { border-color: rgb(66,181,31); }

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