Html Css Color HEX #61DD88 Emerald

📋 copy color: '#61DD88'

red 97 ◦ green 221 ◦ blue 136

#61DD88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #61DD88

Tints of Emerald #61DD88

RGB

 RED value IS 97 (38.28% from 255) = 21.37%

 GREEN value IS 221 (86.72% from 255) = 48.68%

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 21.37%
G = 48.68%
B = 29.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#61DD88 (or 0x61DD88) is known color: Emerald. HEX triplet: 61, DD and 88. RGB value is (97,221,136). Sum of RGB (Red+Green+Blue) = 97+221+136=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD88 is #9E2277. Grayscale: #AEAEAE. Windows color (decimal): -10363512 or 8969569. OLE color: 8969569.

HSL color Cylindrical-coordinate representation of color #61DD88: hue angle of 138.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD88 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 136 -
CMYK 0.56 0 0.38 0.13
HSL 138.87º 0.65% 0.62% -
HSV(B) 138.87º 0.56% 0.87% -
XYZ 35.23 56.03 32.25 -
YUV 174.23 106.42 72.91 -
System Red Green Blue C M Y K H S L
Decimal 97 221 136 0.56 0 0.38 0.13 138.87 0.65 0.62
Hex 61 DD 88 38 0 26 D 8B 41 3E
Octal 141 335 210 70 0 46 15 213 101 76
Binary 1100001 11011101 10001000 111000 0 100110 1101 10001011 1000001 111110

Color Harmonies of #61DD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD88

Black with #61DD88

Text Example


Text Example

White with #61DD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,136); }

 H1.HeaderClassName
 {
   color: #61DD88;
 }
 .AnyTagClassName
 {
   color: #61DD88;
 }
</style>

background-color css

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

 a { background-color: rgb(97,221,136); }

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

border-color css

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

 span { border-color: rgb(97,221,136); }

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