Html Css Color HEX #61CA81 Emerald

📋 copy color: '#61CA81'

red 97 ◦ green 202 ◦ blue 129

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

Shades of Emerald #61CA81

Tints of Emerald #61CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 22.66%
G = 47.2%
B = 30.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#61CA81 (or 0x61CA81) is known color: Emerald. HEX triplet: 61, CA and 81. RGB value is (97,202,129). Sum of RGB (Red+Green+Blue) = 97+202+129=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA81 is #9E357E. Grayscale: #A2A2A2. Windows color (decimal): -10368383 or 8505953. OLE color: 8505953.

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

Color convert

RGB 97 202 129 -
CMYK 0.52 0 0.36 0.21
HSL 138.29º 0.5% 0.59% -
HSV(B) 138.29º 0.52% 0.79% -
XYZ 30.01 46.37 28.14 -
YUV 162.28 109.21 81.44 -
System Red Green Blue C M Y K H S L
Decimal 97 202 129 0.52 0 0.36 0.21 138.29 0.5 0.59
Hex 61 CA 81 34 0 24 15 8A 32 3B
Octal 141 312 201 64 0 44 25 212 62 73
Binary 1100001 11001010 10000001 110100 0 100100 10101 10001010 110010 111011

Color Harmonies of #61CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA81

Black with #61CA81

Text Example


Text Example

White with #61CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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