#35D064

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

Shades of Emerald #35D064

Tints of Emerald #35D064

Color information

#35D064 (or 0x35D064) is unknown color: approx Emerald. HEX triplet: 35, D0 and 64. RGB value is (53,208,100). Sum of RGB (Red+Green+Blue) = 53+208+100=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #35D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D064 is #CA2F9B. Grayscale: #959595. Windows color (decimal): -13250460 or 6606901. OLE color: 6606901.

HSL color Cylindrical-coordinate representation of color #35D064: hue angle of 138.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D064 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB53208100-
CMYK0.7500.520.18
HSL138.19º62.25%51.18%-
HSV(B)138.19º74.52%81.57%-
XYZ26.3246.7919.7-
YUV149.34100.1559.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 208 (81.64% from 255) = 57.62%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=14.68%
G=57.62%
B=27.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532081000.7500.520.18138.1962.2551.18
Hex35D0644B034128a3e33
Octal65320144113064222127663
Binary110101110100001100100100101101101001001010001010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,208,100); }

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

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

 a { background-color: rgb(53,208,100); }

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

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

 span { border-color: rgb(53,208,100); }

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