#42C91A

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

Shades of Kelly Green #42C91A

Tints of Kelly Green #42C91A

Color information

#42C91A (or 0x42C91A) is unknown color: approx Kelly Green. HEX triplet: 42, C9 and 1A. RGB value is (66,201,26). Sum of RGB (Red+Green+Blue) = 66+201+26=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #42C91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C91A is #BD36E5. Grayscale: #8D8D8D. Windows color (decimal): -12400358 or 1755458. OLE color: 1755458.

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

Color convert

RGB6620126-
CMYK0.6700.870.21
HSL106.29º77.09%44.51%-
HSV(B)106.29º87.06%78.82%-
XYZ23.3243.018.05-
YUV140.6863.2774.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 201 (78.91% from 255) = 68.60%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=22.53%
G=68.60%
B=8.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66201260.6700.870.21106.2977.0944.51
Hex42C91A43057156a4d2d
Octal1023113210301272515211555
Binary100001011001001110101000011010101111010111010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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