#61CF7E

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

Shades of Emerald #61CF7E

Tints of Emerald #61CF7E

Color information

#61CF7E (or 0x61CF7E) is unknown color: approx Emerald. HEX triplet: 61, CF and 7E. RGB value is (97,207,126). Sum of RGB (Red+Green+Blue) = 97+207+126=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF7E is #9E3081. Grayscale: #A5A5A5. Windows color (decimal): -10367106 or 8310625. OLE color: 8310625.

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

Color convert

RGB97207126-
CMYK0.5300.390.19
HSL135.82º53.4%59.61%-
HSV(B)135.82º53.14%81.18%-
XYZ31.0148.6727.5-
YUV164.88106.0679.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=22.56%
G=48.14%
B=29.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972071260.5300.390.19135.8253.459.61
Hex61CF7E350271388353c
Octal14131717665047232106574
Binary110000111001111111111011010101001111001110001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,207,126); }

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

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

 a { background-color: rgb(97,207,126); }

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

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

 span { border-color: rgb(97,207,126); }

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