#61CD7B

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

Shades of Emerald #61CD7B

Tints of Emerald #61CD7B

Color information

#61CD7B (or 0x61CD7B) is unknown color: approx Emerald. HEX triplet: 61, CD and 7B. RGB value is (97,205,123). Sum of RGB (Red+Green+Blue) = 97+205+123=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD7B is #9E3284. Grayscale: #A3A3A3. Windows color (decimal): -10367621 or 8113505. OLE color: 8113505.

HSL color Cylindrical-coordinate representation of color #61CD7B: hue angle of 134.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 #61CD7B is Cyan = 0.53, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB97205123-
CMYK0.5300.40.20
HSL134.44º51.92%59.22%-
HSV(B)134.44º52.68%80.39%-
XYZ30.3447.6326.33-
YUV163.36105.2280.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=22.82%
G=48.24%
B=28.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051230.5300.40.20134.4451.9259.22
Hex61CD7B350281486343b
Octal14131517365050242066473
Binary110000111001101111101111010101010001010010000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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