#35EB15

Color #35EB15 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #35EB15

Tints of Harlequin #35EB15

Color information

#35EB15 (or 0x35EB15) is unknown color: approx Harlequin. HEX triplet: 35, EB and 15. RGB value is (53,235,21). Sum of RGB (Red+Green+Blue) = 53+235+21=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #35EB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35EB15 is #CA14EA. Grayscale: #9C9C9C. Windows color (decimal): -13243627 or 1436469. OLE color: 1436469.

HSL color Cylindrical-coordinate representation of color #35EB15: hue angle of 111.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35EB15 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB5323521-
CMYK0.7700.910.08
HSL111.03º84.25%50.2%-
HSV(B)111.03º91.06%92.16%-
XYZ31.3160.2310.68-
YUV156.1951.754.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 235 (92.19% from 255) = 76.05%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=17.15%
G=76.05%
B=6.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53235210.7700.910.08111.0384.2550.2
Hex35EB154D05B86f5432
Octal653532511501331015712462
Binary1101011110101110101100110101011011100011011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35EB15; }

 p { color: rgb(53,235,21); }

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

<style>
 a { background-color: #35EB15; }

 a { background-color: rgb(53,235,21); }

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

<style>
 span { border-color: #35EB15; }

 span { border-color: rgb(53,235,21); }

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