Html Css Color HEX #61CE85 Emerald

📋 copy color: '#61CE85'

red 97 ◦ green 206 ◦ blue 133

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

Shades of Emerald #61CE85

Tints of Emerald #61CE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 22.25%
G = 47.25%
B = 30.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#61CE85 (or 0x61CE85) is known color: Emerald. HEX triplet: 61, CE and 85. RGB value is (97,206,133). Sum of RGB (Red+Green+Blue) = 97+206+133=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CE85 is #9E317A. Grayscale: #A5A5A5. Windows color (decimal): -10367355 or 8769121. OLE color: 8769121.

HSL color Cylindrical-coordinate representation of color #61CE85: hue angle of 139.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CE85 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 133 -
CMYK 0.53 0 0.35 0.19
HSL 139.82º 0.53% 0.59% -
HSV(B) 139.82º 0.53% 0.81% -
XYZ 31.23 48.38 29.88 -
YUV 165.09 109.89 79.44 -
System Red Green Blue C M Y K H S L
Decimal 97 206 133 0.53 0 0.35 0.19 139.82 0.53 0.59
Hex 61 CE 85 35 0 23 13 8C 35 3B
Octal 141 316 205 65 0 43 23 214 65 73
Binary 1100001 11001110 10000101 110101 0 100011 10011 10001100 110101 111011

Color Harmonies of #61CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CE85

Black with #61CE85

Text Example


Text Example

White with #61CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,206,133); }

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

background-color css

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

 a { background-color: rgb(97,206,133); }

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

border-color css

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

 span { border-color: rgb(97,206,133); }

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