Html Css Color HEX #32D501 Kelly Green

📋 copy color: '#32D501'

red 50 ◦ green 213 ◦ blue 1

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

Shades of Kelly Green #32D501

Tints of Kelly Green #32D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.68%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 18.94%
G = 80.68%
B = 0.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#32D501 (or 0x32D501) is known color: Kelly Green. HEX triplet: 32, D5 and 01. RGB value is (50,213,1). Sum of RGB (Red+Green+Blue) = 50+213+1=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #32D501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D501 is #CD2AFE. Grayscale: #8C8C8C. Windows color (decimal): -13445887 or 120114. OLE color: 120114.

HSL color Cylindrical-coordinate representation of color #32D501: hue angle of 106.13º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32D501 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 213 1 -
CMYK 0.77 0 1.00 0.16
HSL 106.13º 0.99% 0.42% -
HSV(B) 106.13º 1% 0.84% -
XYZ 25.12 48.27 8.02 -
YUV 140.1 49.5 63.74 -
System Red Green Blue C M Y K H S L
Decimal 50 213 1 0.77 0 1.00 0.16 106.13 0.99 0.42
Hex 32 D5 1 4D 0 64 10 6A 63 2A
Octal 62 325 1 115 0 144 20 152 143 52
Binary 110010 11010101 1 1001101 0 1100100 10000 1101010 1100011 101010

Color Harmonies of #32D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D501

Black with #32D501

Text Example


Text Example

White with #32D501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,213,1); }

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

background-color css

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

 a { background-color: rgb(50,213,1); }

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

border-color css

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

 span { border-color: rgb(50,213,1); }

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