#35F714

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

Shades of Harlequin #35F714

Tints of Harlequin #35F714

Color information

#35F714 (or 0x35F714) is unknown color: approx Harlequin. HEX triplet: 35, F7 and 14. RGB value is (53,247,20). Sum of RGB (Red+Green+Blue) = 53+247+20=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 247 (96.88% from 255 or 77.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 247 - color contains mainly: green. Hex color #35F714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F714 is #CA08EB. Grayscale: #A3A3A3. Windows color (decimal): -13240556 or 1374005. OLE color: 1374005.

HSL color Cylindrical-coordinate representation of color #35F714: hue angle of 111.28º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35F714 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB5324720-
CMYK0.7900.920.03
HSL111.28º93.42%52.35%-
HSV(B)111.28º91.9%96.86%-
XYZ34.8667.3311.82-
YUV163.1247.2349.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 247 (96.88% from 255) = 77.19%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=16.56%
G=77.19%
B=6.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53247200.7900.920.03111.2893.4252.35
Hex35F7144F05C36f5d34
Octal65367241170134315713564
Binary11010111110111101001001111010111001111011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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