Html Css Color HEX #61DC83 Emerald

📋 copy color: '#61DC83'

red 97 ◦ green 220 ◦ blue 131

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

Shades of Emerald #61DC83

Tints of Emerald #61DC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

 BLUE value IS 131 (51.56% from 255) = 29.24%

R = 21.65%
G = 49.11%
B = 29.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#61DC83 (or 0x61DC83) is known color: Emerald. HEX triplet: 61, DC and 83. RGB value is (97,220,131). Sum of RGB (Red+Green+Blue) = 97+220+131=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC83 is #9E237C. Grayscale: #ADADAD. Windows color (decimal): -10363773 or 8641633. OLE color: 8641633.

HSL color Cylindrical-coordinate representation of color #61DC83: hue angle of 136.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC83 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 131 -
CMYK 0.56 0 0.40 0.14
HSL 136.59º 0.64% 0.62% -
HSV(B) 136.59º 0.56% 0.86% -
XYZ 34.62 55.37 30.33 -
YUV 173.08 104.25 73.74 -
System Red Green Blue C M Y K H S L
Decimal 97 220 131 0.56 0 0.40 0.14 136.59 0.64 0.62
Hex 61 DC 83 38 0 28 E 89 40 3E
Octal 141 334 203 70 0 50 16 211 100 76
Binary 1100001 11011100 10000011 111000 0 101000 1110 10001001 1000000 111110

Color Harmonies of #61DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DC83

Black with #61DC83

Text Example


Text Example

White with #61DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,220,131); }

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

background-color css

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

 a { background-color: rgb(97,220,131); }

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

border-color css

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

 span { border-color: rgb(97,220,131); }

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