#5FCA7A

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

Shades of Emerald #5FCA7A

Tints of Emerald #5FCA7A

Color information

#5FCA7A (or 0x5FCA7A) is unknown color: approx Emerald. HEX triplet: 5F, CA and 7A. RGB value is (95,202,122). Sum of RGB (Red+Green+Blue) = 95+202+122=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA7A is #A03585. Grayscale: #A1A1A1. Windows color (decimal): -10499462 or 8047199. OLE color: 8047199.

HSL color Cylindrical-coordinate representation of color #5FCA7A: hue angle of 135.14º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCA7A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB95202122-
CMYK0.5300.400.21
HSL135.14º50.23%58.24%-
HSV(B)135.14º52.97%79.22%-
XYZ29.3546.0825.76-
YUV160.89106.0581-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=22.67%
G=48.21%
B=29.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021220.5300.400.21135.1450.2358.24
Hex5FCA7A350281587323a
Octal13731217265050252076272
Binary101111111001010111101011010101010001010110000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCA7A; }

 p { color: rgb(95,202,122); }

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

<style>
 a { background-color: #5FCA7A; }

 a { background-color: rgb(95,202,122); }

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

<style>
 span { border-color: #5FCA7A; }

 span { border-color: rgb(95,202,122); }

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