#35F314

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

Shades of Harlequin #35F314

Tints of Harlequin #35F314

Color information

#35F314 (or 0x35F314) is unknown color: approx Harlequin. HEX triplet: 35, F3 and 14. RGB value is (53,243,20). Sum of RGB (Red+Green+Blue) = 53+243+20=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #35F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F314 is #CA0CEB. Grayscale: #A1A1A1. Windows color (decimal): -13241580 or 1372981. OLE color: 1372981.

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

Color convert

RGB5324320-
CMYK0.7800.920.05
HSL111.12º90.28%51.57%-
HSV(B)111.12º91.77%95.29%-
XYZ33.6564.9111.42-
YUV160.7748.5551.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 243 (95.31% from 255) = 76.90%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=16.77%
G=76.90%
B=6.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53243200.7800.920.05111.1290.2851.57
Hex35F3144E05C56f5a34
Octal65363241160134515713264
Binary110101111100111010010011100101110010111011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,20); }

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

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

 a { background-color: rgb(53,243,20); }

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

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

 span { border-color: rgb(53,243,20); }

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