#61CF81

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

Shades of Emerald #61CF81

Tints of Emerald #61CF81

Color information

#61CF81 (or 0x61CF81) is unknown color: approx Emerald. HEX triplet: 61, CF and 81. RGB value is (97,207,129). Sum of RGB (Red+Green+Blue) = 97+207+129=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CF81 is #9E307E. Grayscale: #A5A5A5. Windows color (decimal): -10367103 or 8507233. OLE color: 8507233.

HSL color Cylindrical-coordinate representation of color #61CF81: hue angle of 137.45º 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 #61CF81 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB97207129-
CMYK0.5300.380.19
HSL137.45º53.4%59.61%-
HSV(B)137.45º53.14%81.18%-
XYZ31.2148.7528.53-
YUV165.22107.5679.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=22.40%
G=47.81%
B=29.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972071290.5300.380.19137.4553.459.61
Hex61CF81350261389353c
Octal14131720165046232116574
Binary1100001110011111000000111010101001101001110001001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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