#35D561

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

Shades of Emerald #35D561

Tints of Emerald #35D561

Color information

#35D561 (or 0x35D561) is unknown color: approx Emerald. HEX triplet: 35, D5 and 61. RGB value is (53,213,97). Sum of RGB (Red+Green+Blue) = 53+213+97=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #35D561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D561 is #CA2A9E. Grayscale: #989898. Windows color (decimal): -13249183 or 6411573. OLE color: 6411573.

HSL color Cylindrical-coordinate representation of color #35D561: hue angle of 136.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D561 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB5321397-
CMYK0.7500.540.16
HSL136.5º65.57%52.16%-
HSV(B)136.5º75.12%83.53%-
XYZ27.4249.2119.36-
YUV151.9496.9957.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 213 (83.59% from 255) = 58.68%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=14.60%
G=58.68%
B=26.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213970.7500.540.16136.565.5752.16
Hex35D5614B03610884234
Octal653251411130662021010264
Binary1101011101010111000011001011011011010000100010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,213,97); }

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

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

 a { background-color: rgb(53,213,97); }

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

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

 span { border-color: rgb(53,213,97); }

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