#35FF06

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

Shades of Harlequin #35FF06

Tints of Harlequin #35FF06

Color information

#35FF06 (or 0x35FF06) is unknown color: approx Harlequin. HEX triplet: 35, FF and 06. RGB value is (53,255,6). Sum of RGB (Red+Green+Blue) = 53+255+6=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FF06 is #CA00F9. Grayscale: #A7A7A7. Windows color (decimal): -13238522 or 458549. OLE color: 458549.

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

Color convert

RGB532556-
CMYK0.7900.980
HSL108.67º100%51.18%-
HSV(B)108.67º97.65%100%-
XYZ37.2672.2912.16-
YUV166.2237.5847.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 255 (100% from 255) = 81.21%
BLUE value IS 6 (2.73% from 255) = 1.91%
R=16.88%
G=81.21%
B=1.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal5325560.7900.980108.6710051.18
Hex35FF64F06206d6433
Octal6537761170142015514463
Binary11010111111111110100111101100010011011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,6); }

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

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

 a { background-color: rgb(53,255,6); }

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

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

 span { border-color: rgb(53,255,6); }

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