Html Css Color HEX #42AE04 Kelly Green

📋 copy color: '#42AE04'

red 66 ◦ green 174 ◦ blue 4

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

Shades of Kelly Green #42AE04

Tints of Kelly Green #42AE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 71.31%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 27.05%
G = 71.31%
B = 1.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#42AE04 (or 0x42AE04) is known color: Kelly Green. HEX triplet: 42, AE and 04. RGB value is (66,174,4). Sum of RGB (Red+Green+Blue) = 66+174+4=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE04 is #BD51FB. Grayscale: #7A7A7A. Windows color (decimal): -12407292 or 306754. OLE color: 306754.

HSL color Cylindrical-coordinate representation of color #42AE04: hue angle of 98.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42AE04 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 174 4 -
CMYK 0.62 0 0.98 0.32
HSL 98.12º 0.96% 0.35% -
HSV(B) 98.12º 0.98% 0.68% -
XYZ 17.4 31.44 5.27 -
YUV 122.33 61.22 87.82 -
System Red Green Blue C M Y K H S L
Decimal 66 174 4 0.62 0 0.98 0.32 98.12 0.96 0.35
Hex 42 AE 4 3E 0 62 20 62 60 23
Octal 102 256 4 76 0 142 40 142 140 43
Binary 1000010 10101110 100 111110 0 1100010 100000 1100010 1100000 100011

Color Harmonies of #42AE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE04

Black with #42AE04

Text Example


Text Example

White with #42AE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,174,4); }

 H1.HeaderClassName
 {
   color: #42AE04;
 }
 .AnyTagClassName
 {
   color: #42AE04;
 }
</style>

background-color css

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

 a { background-color: rgb(66,174,4); }

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

border-color css

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

 span { border-color: rgb(66,174,4); }

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