#35FD1E

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

Shades of Harlequin #35FD1E

Tints of Harlequin #35FD1E

Color information

#35FD1E (or 0x35FD1E) is unknown color: approx Harlequin. HEX triplet: 35, FD and 1E. RGB value is (53,253,30). Sum of RGB (Red+Green+Blue) = 53+253+30=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #35FD1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FD1E is #CA02E1. Grayscale: #A8A8A8. Windows color (decimal): -13239010 or 2030901. OLE color: 2030901.

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

Color convert

RGB5325330-
CMYK0.7900.880.01
HSL113.81º98.24%55.49%-
HSV(B)113.81º88.14%99.22%-
XYZ36.8371.113.01-
YUV167.7850.2446.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 253 (99.22% from 255) = 75.30%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=15.77%
G=75.30%
B=8.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53253300.7900.880.01113.8198.2455.49
Hex35FD1E4F0581726237
Octal65375361170130116214267
Binary1101011111110111110100111101011000111100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,253,30); }

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

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

 a { background-color: rgb(53,253,30); }

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

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

 span { border-color: rgb(53,253,30); }

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