Html Css Color HEX #32CD12 Kelly Green

📋 copy color: '#32CD12'

red 50 ◦ green 205 ◦ blue 18

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

Shades of Kelly Green #32CD12

Tints of Kelly Green #32CD12

RGB

 RED value IS 50 (19.92% from 255) = 18.32%

 GREEN value IS 205 (80.47% from 255) = 75.09%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 18.32%
G = 75.09%
B = 6.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#32CD12 (or 0x32CD12) is known color: Kelly Green. HEX triplet: 32, CD and 12. RGB value is (50,205,18). Sum of RGB (Red+Green+Blue) = 50+205+18=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CD12 is #CD32ED. Grayscale: #898989. Windows color (decimal): -13447918 or 1232178. OLE color: 1232178.

HSL color Cylindrical-coordinate representation of color #32CD12: hue angle of 109.73º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32CD12 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 18 -
CMYK 0.76 0 0.91 0.20
HSL 109.73º 0.84% 0.44% -
HSV(B) 109.73º 0.91% 0.8% -
XYZ 23.26 44.38 7.91 -
YUV 137.34 60.65 65.71 -
System Red Green Blue C M Y K H S L
Decimal 50 205 18 0.76 0 0.91 0.20 109.73 0.84 0.44
Hex 32 CD 12 4C 0 5B 14 6E 54 2C
Octal 62 315 22 114 0 133 24 156 124 54
Binary 110010 11001101 10010 1001100 0 1011011 10100 1101110 1010100 101100

Color Harmonies of #32CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD12

Black with #32CD12

Text Example


Text Example

White with #32CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CD12; }

 p { color: rgb(50,205,18); }

 H1.HeaderClassName
 {
   color: #32CD12;
 }
 .AnyTagClassName
 {
   color: #32CD12;
 }
</style>

background-color css

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

 a { background-color: rgb(50,205,18); }

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

border-color css

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

 span { border-color: rgb(50,205,18); }

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