#35E316

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

Shades of Harlequin #35E316

Tints of Harlequin #35E316

Color information

#35E316 (or 0x35E316) is unknown color: approx Harlequin. HEX triplet: 35, E3 and 16. RGB value is (53,227,22). Sum of RGB (Red+Green+Blue) = 53+227+22=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 227 (89.06% from 255 or 75.17% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 227 - color contains mainly: green. Hex color #35E316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E316 is #CA1CE9. Grayscale: #989898. Windows color (decimal): -13245674 or 1499957. OLE color: 1499957.

HSL color Cylindrical-coordinate representation of color #35E316: hue angle of 110.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35E316 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB5322722-
CMYK0.7700.900.11
HSL110.93º82.33%48.82%-
HSV(B)110.93º90.31%89.02%-
XYZ29.0855.759.99-
YUV151.654.8557.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 227 (89.06% from 255) = 75.17%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=17.55%
G=75.17%
B=7.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53227220.7700.900.11110.9382.3348.82
Hex35E3164D05AB6f5231
Octal653432611501321315712261
Binary1101011110001110110100110101011010101111011111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,22); }

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

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

 a { background-color: rgb(53,227,22); }

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

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

 span { border-color: rgb(53,227,22); }

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