#42C908

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

Shades of Kelly Green #42C908

Tints of Kelly Green #42C908

Color information

#42C908 (or 0x42C908) is unknown color: approx Kelly Green. HEX triplet: 42, C9 and 08. RGB value is (66,201,8). Sum of RGB (Red+Green+Blue) = 66+201+8=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #42C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C908 is #BD36F7. Grayscale: #8B8B8B. Windows color (decimal): -12400376 or 575810. OLE color: 575810.

HSL color Cylindrical-coordinate representation of color #42C908: hue angle of 101.97º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42C908 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB662018-
CMYK0.6700.960.21
HSL101.97º92.34%40.98%-
HSV(B)101.97º96.02%78.82%-
XYZ23.1842.957.3-
YUV138.6354.2776.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 201 (78.91% from 255) = 73.09%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=24%
G=73.09%
B=2.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6620180.6700.960.21101.9792.3440.98
Hex42C984306015665c29
Octal1023111010301402514613451
Binary10000101100100110001000011011000001010111001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,201,8); }

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

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

 a { background-color: rgb(66,201,8); }

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

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

 span { border-color: rgb(66,201,8); }

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