#61CD84

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

Shades of Emerald #61CD84

Tints of Emerald #61CD84

Color information

#61CD84 (or 0x61CD84) is unknown color: approx Emerald. HEX triplet: 61, CD and 84. RGB value is (97,205,132). Sum of RGB (Red+Green+Blue) = 97+205+132=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CD84 is #9E327B. Grayscale: #A4A4A4. Windows color (decimal): -10367612 or 8703329. OLE color: 8703329.

HSL color Cylindrical-coordinate representation of color #61CD84: hue angle of 139.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CD84 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB97205132-
CMYK0.5300.360.20
HSL139.44º51.92%59.22%-
HSV(B)139.44º52.68%80.39%-
XYZ30.9347.8729.44-
YUV164.39109.7279.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=22.35%
G=47.24%
B=30.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051320.5300.360.20139.4451.9259.22
Hex61CD8435024148b343b
Octal14131520465044242136473
Binary1100001110011011000010011010101001001010010001011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,132); }

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

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

 a { background-color: rgb(97,205,132); }

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

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

 span { border-color: rgb(97,205,132); }

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