Html Css Color HEX #42AD32 Kelly Green

📋 copy color: '#42AD32'

red 66 ◦ green 173 ◦ blue 50

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

Shades of Kelly Green #42AD32

Tints of Kelly Green #42AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.86%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 22.84%
G = 59.86%
B = 17.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#42AD32 (or 0x42AD32) is known color: Kelly Green. HEX triplet: 42, AD and 32. RGB value is (66,173,50). Sum of RGB (Red+Green+Blue) = 66+173+50=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD32 is #BD52CD. Grayscale: #7F7F7F. Windows color (decimal): -12407502 or 3321154. OLE color: 3321154.

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

Color convert

RGB 66 173 50 -
CMYK 0.62 0 0.71 0.32
HSL 112.2º 0.55% 0.44% -
HSV(B) 112.2º 0.71% 0.68% -
XYZ 17.77 31.28 8.12 -
YUV 126.99 84.55 84.5 -
System Red Green Blue C M Y K H S L
Decimal 66 173 50 0.62 0 0.71 0.32 112.2 0.55 0.44
Hex 42 AD 32 3E 0 47 20 70 37 2C
Octal 102 255 62 76 0 107 40 160 67 54
Binary 1000010 10101101 110010 111110 0 1000111 100000 1110000 110111 101100

Color Harmonies of #42AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD32

Black with #42AD32

Text Example


Text Example

White with #42AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,50); }

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

background-color css

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

 a { background-color: rgb(66,173,50); }

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

border-color css

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

 span { border-color: rgb(66,173,50); }

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