#61cf7b

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

Shades of Emerald #61CF7B

Tints of Emerald #61CF7B

Color information

#61CF7B (or 0x61CF7B) is unknown color: approx Emerald. HEX triplet: 61, CF and 7B. RGB value is (97,207,123). Sum of RGB (Red+Green+Blue) = 97+207+123=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF7B is #9E3084. Grayscale: #A4A4A4. Windows color (decimal): -10367109 or 8114017. OLE color: 8114017.

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

Color convert

RGB97207123-
CMYK0.5300.410.19
HSL134.18º53.4%59.61%-
HSV(B)134.18º53.14%81.18%-
XYZ30.8248.626.49-
YUV164.53104.5679.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=22.72%
G=48.48%
B=28.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972071230.5300.410.19134.1853.459.61
Hex61CF7B350291386353c
Octal14131717365051232066574
Binary110000111001111111101111010101010011001110000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61cf7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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