#42C61C

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

Shades of Kelly Green #42C61C

Tints of Kelly Green #42C61C

Color information

#42C61C (or 0x42C61C) is unknown color: approx Kelly Green. HEX triplet: 42, C6 and 1C. RGB value is (66,198,28). Sum of RGB (Red+Green+Blue) = 66+198+28=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #42C61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C61C is #BD39E3. Grayscale: #8B8B8B. Windows color (decimal): -12401124 or 1885762. OLE color: 1885762.

HSL color Cylindrical-coordinate representation of color #42C61C: hue angle of 106.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42C61C is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB6619828-
CMYK0.6700.860.22
HSL106.59º75.22%44.31%-
HSV(B)106.59º85.86%77.65%-
XYZ22.6541.637.94-
YUV139.1565.2775.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 198 (77.73% from 255) = 67.81%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=22.60%
G=67.81%
B=9.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66198280.6700.860.22106.5975.2244.31
Hex42C61C43056166b4b2c
Octal1023063410301262615311354
Binary100001011000110111001000011010101101011011010111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,198,28); }

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

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

 a { background-color: rgb(66,198,28); }

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

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

 span { border-color: rgb(66,198,28); }

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