#35DE01

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

Shades of Harlequin #35DE01

Tints of Harlequin #35DE01

Color information

#35DE01 (or 0x35DE01) is unknown color: approx Harlequin. HEX triplet: 35, DE and 01. RGB value is (53,222,1). Sum of RGB (Red+Green+Blue) = 53+222+1=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 222 (87.11% from 255 or 80.43% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DE01 is #CA21FE. Grayscale: #929292. Windows color (decimal): -13246975 or 122421. OLE color: 122421.

HSL color Cylindrical-coordinate representation of color #35DE01: hue angle of 105.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35DE01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB532221-
CMYK0.7601.000.13
HSL105.88º99.1%43.73%-
HSV(B)105.88º99.55%87.06%-
XYZ27.59538.8-
YUV146.2846.0161.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 222 (87.11% from 255) = 80.43%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=19.20%
G=80.43%
B=0.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5322210.7601.000.13105.8899.143.73
Hex35DE14C064D6a632c
Octal65336111401441515214354
Binary110101110111101100110001100100110111010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,222,1); }

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

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

 a { background-color: rgb(53,222,1); }

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

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

 span { border-color: rgb(53,222,1); }

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