Html Css Color HEX #32BC13 Kelly Green

📋 copy color: '#32BC13'

red 50 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #32BC13

Tints of Kelly Green #32BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 73.15%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 19.46%
G = 73.15%
B = 7.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#32BC13 (or 0x32BC13) is known color: Kelly Green. HEX triplet: 32, BC and 13. RGB value is (50,188,19). Sum of RGB (Red+Green+Blue) = 50+188+19=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BC13 is #CD43EC. Grayscale: #808080. Windows color (decimal): -13452269 or 1293362. OLE color: 1293362.

HSL color Cylindrical-coordinate representation of color #32BC13: hue angle of 108.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32BC13 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 19 -
CMYK 0.73 0 0.90 0.26
HSL 108.99º 0.82% 0.41% -
HSV(B) 108.99º 0.9% 0.74% -
XYZ 19.42 36.69 6.67 -
YUV 127.47 66.78 72.74 -
System Red Green Blue C M Y K H S L
Decimal 50 188 19 0.73 0 0.90 0.26 108.99 0.82 0.41
Hex 32 BC 13 49 0 5A 1A 6D 52 29
Octal 62 274 23 111 0 132 32 155 122 51
Binary 110010 10111100 10011 1001001 0 1011010 11010 1101101 1010010 101001

Color Harmonies of #32BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC13

Black with #32BC13

Text Example


Text Example

White with #32BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,19); }

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

background-color css

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

 a { background-color: rgb(50,188,19); }

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

border-color css

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

 span { border-color: rgb(50,188,19); }

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