#61CE85

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

Shades of Emerald #61CE85

Tints of Emerald #61CE85

Color information

#61CE85 (or 0x61CE85) is unknown color: approx Emerald. HEX triplet: 61, CE and 85. RGB value is (97,206,133). Sum of RGB (Red+Green+Blue) = 97+206+133=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CE85 is #9E317A. Grayscale: #A5A5A5. Windows color (decimal): -10367355 or 8769121. OLE color: 8769121.

HSL color Cylindrical-coordinate representation of color #61CE85: hue angle of 139.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CE85 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB97206133-
CMYK0.5300.350.19
HSL139.82º52.66%59.41%-
HSV(B)139.82º52.91%80.78%-
XYZ31.2348.3829.88-
YUV165.09109.8979.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 206 (80.86% from 255) = 47.25%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=22.25%
G=47.25%
B=30.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972061330.5300.350.19139.8252.6659.41
Hex61CE8535023138c353b
Octal14131620565043232146573
Binary1100001110011101000010111010101000111001110001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61CE85; }

 p { color: rgb(97,206,133); }

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

<style>
 a { background-color: #61CE85; }

 a { background-color: rgb(97,206,133); }

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

<style>
 span { border-color: #61CE85; }

 span { border-color: rgb(97,206,133); }

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