#61D675

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

Shades of Emerald #61D675

Tints of Emerald #61D675

Color information

#61D675 (or 0x61D675) is unknown color: approx Emerald. HEX triplet: 61, D6 and 75. RGB value is (97,214,117). Sum of RGB (Red+Green+Blue) = 97+214+117=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #61D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D675 is #9E298A. Grayscale: #A8A8A8. Windows color (decimal): -10365323 or 7722593. OLE color: 7722593.

HSL color Cylindrical-coordinate representation of color #61D675: hue angle of 130.26º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D675 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB97214117-
CMYK0.5500.450.16
HSL130.26º58.79%60.98%-
HSV(B)130.26º54.67%83.92%-
XYZ32.1951.9225.15-
YUV167.9699.2477.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 214 (83.98% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=22.66%
G=50%
B=27.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141170.5500.450.16130.2658.7960.98
Hex61D6753702D10823b3d
Octal14132616567055202027375
Binary110000111010110111010111011101011011000010000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,117); }

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

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

 a { background-color: rgb(97,214,117); }

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

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

 span { border-color: rgb(97,214,117); }

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