#35FC13

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

Shades of Harlequin #35FC13

Tints of Harlequin #35FC13

Color information

#35FC13 (or 0x35FC13) is unknown color: approx Harlequin. HEX triplet: 35, FC and 13. RGB value is (53,252,19). Sum of RGB (Red+Green+Blue) = 53+252+19=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FC13 is #CA03EC. Grayscale: #A6A6A6. Windows color (decimal): -13239277 or 1309749. OLE color: 1309749.

HSL color Cylindrical-coordinate representation of color #35FC13: hue angle of 111.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35FC13 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB5325219-
CMYK0.7900.920.01
HSL111.24º97.49%53.14%-
HSV(B)111.24º92.46%98.82%-
XYZ36.470.4212.29-
YUV165.9445.0747.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 252 (98.83% from 255) = 77.78%
BLUE value IS 19 (7.81% from 255) = 5.86%
R=16.36%
G=77.78%
B=5.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53252190.7900.920.01111.2497.4953.14
Hex35FC134F05C16f6135
Octal65374231170134115714165
Binary1101011111110010011100111101011100111011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,252,19); }

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

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

 a { background-color: rgb(53,252,19); }

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

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

 span { border-color: rgb(53,252,19); }

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