#429802

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

Shades of Kelly Green #429802

Tints of Kelly Green #429802

Color information

#429802 (or 0x429802) is unknown color: approx Kelly Green. HEX triplet: 42, 98 and 02. RGB value is (66,152,2). Sum of RGB (Red+Green+Blue) = 66+152+2=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #429802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429802 is #BD67FD. Grayscale: #6D6D6D. Windows color (decimal): -12412926 or 170050. OLE color: 170050.

HSL color Cylindrical-coordinate representation of color #429802: hue angle of 94.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #429802 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB661522-
CMYK0.5700.990.40
HSL94.4º97.4%30.2%-
HSV(B)94.4º98.68%59.61%-
XYZ13.4923.623.91-
YUV109.1967.5197.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 152 (59.77% from 255) = 69.09%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=30%
G=69.09%
B=0.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6615220.5700.990.4094.497.430.2
Hex4298239063285e611e
Octal10223027101435013614136
Binary10000101001100010111001011000111010001011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429802; }

 p { color: rgb(66,152,2); }

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

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

 a { background-color: rgb(66,152,2); }

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

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

 span { border-color: rgb(66,152,2); }

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