#35F115

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

Shades of Harlequin #35F115

Tints of Harlequin #35F115

Color information

#35F115 (or 0x35F115) is unknown color: approx Harlequin. HEX triplet: 35, F1 and 15. RGB value is (53,241,21). Sum of RGB (Red+Green+Blue) = 53+241+21=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #35F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F115 is #CA0EEA. Grayscale: #A0A0A0. Windows color (decimal): -13242091 or 1438005. OLE color: 1438005.

HSL color Cylindrical-coordinate representation of color #35F115: hue angle of 111.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35F115 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB5324121-
CMYK0.7800.910.05
HSL111.27º88.71%51.37%-
HSV(B)111.27º91.29%94.51%-
XYZ33.0663.7211.27-
YUV159.7149.7251.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 241 (94.53% from 255) = 76.51%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=16.83%
G=76.51%
B=6.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53241210.7800.910.05111.2788.7151.37
Hex35F1154E05B56f5933
Octal65361251160133515713163
Binary110101111100011010110011100101101110111011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,21); }

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

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

 a { background-color: rgb(53,241,21); }

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

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

 span { border-color: rgb(53,241,21); }

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