#35F818

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

Shades of Harlequin #35F818

Tints of Harlequin #35F818

Color information

#35F818 (or 0x35F818) is unknown color: approx Harlequin. HEX triplet: 35, F8 and 18. RGB value is (53,248,24). Sum of RGB (Red+Green+Blue) = 53+248+24=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #35F818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F818 is #CA07E7. Grayscale: #A4A4A4. Windows color (decimal): -13240296 or 1636405. OLE color: 1636405.

HSL color Cylindrical-coordinate representation of color #35F818: hue angle of 112.23º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35F818 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB5324824-
CMYK0.7900.900.03
HSL112.23º94.12%53.33%-
HSV(B)112.23º90.32%97.25%-
XYZ35.267.9612.13-
YUV164.1648.948.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 248 (97.27% from 255) = 76.31%
BLUE value IS 24 (9.77% from 255) = 7.38%
R=16.31%
G=76.31%
B=7.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53248240.7900.900.03112.2394.1253.33
Hex35F8184F05A3705e35
Octal65370301170132316013665
Binary11010111111000110001001111010110101111100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,248,24); }

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

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

 a { background-color: rgb(53,248,24); }

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

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

 span { border-color: rgb(53,248,24); }

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