Html Css Color HEX #42AC32 Kelly Green

📋 copy color: '#42AC32'

red 66 ◦ green 172 ◦ blue 50

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

Shades of Kelly Green #42AC32

Tints of Kelly Green #42AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.72%

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

R = 22.92%
G = 59.72%
B = 17.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#42AC32 (or 0x42AC32) is known color: Kelly Green. HEX triplet: 42, AC and 32. RGB value is (66,172,50). Sum of RGB (Red+Green+Blue) = 66+172+50=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC32 is #BD53CD. Grayscale: #7E7E7E. Windows color (decimal): -12407758 or 3320898. OLE color: 3320898.

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

Color convert

RGB 66 172 50 -
CMYK 0.62 0 0.71 0.33
HSL 112.13º 0.55% 0.44% -
HSV(B) 112.13º 0.71% 0.67% -
XYZ 17.58 30.89 8.05 -
YUV 126.4 84.88 84.92 -
System Red Green Blue C M Y K H S L
Decimal 66 172 50 0.62 0 0.71 0.33 112.13 0.55 0.44
Hex 42 AC 32 3E 0 47 21 70 37 2C
Octal 102 254 62 76 0 107 41 160 67 54
Binary 1000010 10101100 110010 111110 0 1000111 100001 1110000 110111 101100

Color Harmonies of #42AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC32

Black with #42AC32

Text Example


Text Example

White with #42AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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