#61D07D

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

Shades of Emerald #61D07D

Tints of Emerald #61D07D

Color information

#61D07D (or 0x61D07D) is unknown color: approx Emerald. HEX triplet: 61, D0 and 7D. RGB value is (97,208,125). Sum of RGB (Red+Green+Blue) = 97+208+125=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #61D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D07D is #9E2F82. Grayscale: #A5A5A5. Windows color (decimal): -10366851 or 8245345. OLE color: 8245345.

HSL color Cylindrical-coordinate representation of color #61D07D: hue angle of 135.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D07D is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB97208125-
CMYK0.5300.400.18
HSL135.14º54.15%59.8%-
HSV(B)135.14º53.37%81.57%-
XYZ31.1949.1327.24-
YUV165.35105.2379.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=22.56%
G=48.37%
B=29.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972081250.5300.400.18135.1454.1559.8
Hex61D07D350281287363c
Octal14132017565050222076674
Binary110000111010000111110111010101010001001010000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,125); }

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

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

 a { background-color: rgb(97,208,125); }

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

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

 span { border-color: rgb(97,208,125); }

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