Html Css Color HEX #429E00 Kelly Green

📋 copy color: '#429E00'

red 66 ◦ green 158 ◦ blue 0

#429E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #429E00

Tints of Kelly Green #429E00

RGB

 RED value IS 66 (26.17% from 255) = 29.46%

 GREEN value IS 158 (62.11% from 255) = 70.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.46%
G = 70.54%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#429E00 (or 0x429E00) is known color: Kelly Green. HEX triplet: 42, 9E and 00. RGB value is (66,158,0). Sum of RGB (Red+Green+Blue) = 66+158+0=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 158 (62.11% from 255 or 70.54% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 158 - color contains mainly: green. Hex color #429E00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429E00 is #BD61FF. Grayscale: #717171. Windows color (decimal): -12411392 or 40514. OLE color: 40514.

HSL color Cylindrical-coordinate representation of color #429E00: hue angle of 94.94º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #429E00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 158 0 -
CMYK 0.58 0 1 0.38
HSL 94.94º 1% 0.31% -
HSV(B) 94.94º 1% 0.62% -
XYZ 14.47 25.61 4.18 -
YUV 112.48 64.52 94.85 -
System Red Green Blue C M Y K H S L
Decimal 66 158 0 0.58 0 1 0.38 94.94 1 0.31
Hex 42 9E 0 3A 0 64 26 5F 64 1F
Octal 102 236 0 72 0 144 46 137 144 37
Binary 1000010 10011110 0 111010 0 1100100 100110 1011111 1100100 11111

Color Harmonies of #429E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E00

Black with #429E00

Text Example


Text Example

White with #429E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429E00; }

 p { color: rgb(66,158,0); }

 H1.HeaderClassName
 {
   color: #429E00;
 }
 .AnyTagClassName
 {
   color: #429E00;
 }
</style>

background-color css

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

 a { background-color: rgb(66,158,0); }

 div.DivClassName
 {
   background-color: #429E00;
 }
 .BgClassName
 {
   background-color: #429E00;
 }
</style>

border-color css

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

 span { border-color: rgb(66,158,0); }

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