#35FC07

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

Shades of Harlequin #35FC07

Tints of Harlequin #35FC07

Color information

#35FC07 (or 0x35FC07) is unknown color: approx Harlequin. HEX triplet: 35, FC and 07. RGB value is (53,252,7). Sum of RGB (Red+Green+Blue) = 53+252+7=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FC07 is #CA03F8. Grayscale: #A5A5A5. Windows color (decimal): -13239289 or 523317. OLE color: 523317.

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

Color convert

RGB532527-
CMYK0.7900.970.01
HSL108.73º97.61%50.78%-
HSV(B)108.73º97.22%98.82%-
XYZ36.3270.3911.87-
YUV164.5739.0748.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 252 (98.83% from 255) = 80.77%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=16.99%
G=80.77%
B=2.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5325270.7900.970.01108.7397.6150.78
Hex35FC74F06116d6233
Octal6537471170141115514263
Binary11010111111100111100111101100001111011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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