Html Css Color HEX #32BB10 Kelly Green

📋 copy color: '#32BB10'

red 50 ◦ green 187 ◦ blue 16

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

Shades of Kelly Green #32BB10

Tints of Kelly Green #32BB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 73.91%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 19.76%
G = 73.91%
B = 6.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#32BB10 (or 0x32BB10) is known color: Kelly Green. HEX triplet: 32, BB and 10. RGB value is (50,187,16). Sum of RGB (Red+Green+Blue) = 50+187+16=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 187 (73.44% from 255 or 73.91% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BB10 is #CD44EF. Grayscale: #7F7F7F. Windows color (decimal): -13452528 or 1096498. OLE color: 1096498.

HSL color Cylindrical-coordinate representation of color #32BB10: hue angle of 108.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32BB10 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 16 -
CMYK 0.73 0 0.91 0.27
HSL 108.07º 0.84% 0.4% -
HSV(B) 108.07º 0.91% 0.73% -
XYZ 19.18 36.26 6.48 -
YUV 126.54 65.61 73.4 -
System Red Green Blue C M Y K H S L
Decimal 50 187 16 0.73 0 0.91 0.27 108.07 0.84 0.4
Hex 32 BB 10 49 0 5B 1B 6C 54 28
Octal 62 273 20 111 0 133 33 154 124 50
Binary 110010 10111011 10000 1001001 0 1011011 11011 1101100 1010100 101000

Color Harmonies of #32BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB10

Black with #32BB10

Text Example


Text Example

White with #32BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,187,16); }

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

background-color css

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

 a { background-color: rgb(50,187,16); }

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

border-color css

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

 span { border-color: rgb(50,187,16); }

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