#61CB81

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

Shades of Emerald #61CB81

Tints of Emerald #61CB81

Color information

#61CB81 (or 0x61CB81) is unknown color: approx Emerald. HEX triplet: 61, CB and 81. RGB value is (97,203,129). Sum of RGB (Red+Green+Blue) = 97+203+129=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CB81 is #9E347E. Grayscale: #A3A3A3. Windows color (decimal): -10368127 or 8506209. OLE color: 8506209.

HSL color Cylindrical-coordinate representation of color #61CB81: hue angle of 138.11º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CB81 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB97203129-
CMYK0.5200.360.20
HSL138.11º50.48%58.82%-
HSV(B)138.11º52.22%79.61%-
XYZ30.2546.8428.22-
YUV162.87108.8881.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=22.61%
G=47.32%
B=30.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972031290.5200.360.20138.1150.4858.82
Hex61CB8134024148a323b
Octal14131320164044242126273
Binary1100001110010111000000111010001001001010010001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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