#32BE10

Color #32BE10 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #32BE10

Tints of Kelly Green #32BE10

Color information

#32BE10 (or 0x32BE10) is unknown color: approx Kelly Green. HEX triplet: 32, BE and 10. RGB value is (50,190,16). Sum of RGB (Red+Green+Blue) = 50+190+16=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BE10 is #CD41EF. Grayscale: #808080. Windows color (decimal): -13451760 or 1097266. OLE color: 1097266.

HSL color Cylindrical-coordinate representation of color #32BE10: hue angle of 108.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32BE10 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB5019016-
CMYK0.7400.920.25
HSL108.28º84.47%40.39%-
HSV(B)108.28º91.58%74.51%-
XYZ19.8237.546.69-
YUV128.364.6272.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 190 (74.61% from 255) = 74.22%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=19.53%
G=74.22%
B=6.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50190160.7400.920.25108.2884.4740.39
Hex32BE104A05C196c5428
Octal622762011201343115412450
Binary11001010111110100001001010010111001100111011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32BE10;
 }
 .AnyTagClassName
 {
   color: #32BE10;
 }
</style>
background-color css

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

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

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

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

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

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