#35FC22

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

Shades of Harlequin #35FC22

Tints of Harlequin #35FC22

Color information

#35FC22 (or 0x35FC22) is unknown color: approx Harlequin. HEX triplet: 35, FC and 22. RGB value is (53,252,34). Sum of RGB (Red+Green+Blue) = 53+252+34=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FC22 is #CA03DD. Grayscale: #A8A8A8. Windows color (decimal): -13239262 or 2292789. OLE color: 2292789.

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

Color convert

RGB5325234-
CMYK0.7900.870.01
HSL114.77º97.32%56.08%-
HSV(B)114.77º86.51%98.82%-
XYZ36.5770.4913.19-
YUV167.6552.5746.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 252 (98.83% from 255) = 74.34%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=15.63%
G=74.34%
B=10.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53252340.7900.870.01114.7797.3256.08
Hex35FC224F0571736138
Octal65374421170127116314170
Binary11010111111100100010100111101010111111100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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