Html Css Color HEX #61CB75 Emerald

📋 copy color: '#61CB75'

red 97 ◦ green 203 ◦ blue 117

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

Shades of Emerald #61CB75

Tints of Emerald #61CB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.68%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 23.26%
G = 48.68%
B = 28.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#61CB75 (or 0x61CB75) is known color: Emerald. HEX triplet: 61, CB and 75. RGB value is (97,203,117). Sum of RGB (Red+Green+Blue) = 97+203+117=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB75 is #9E348A. Grayscale: #A1A1A1. Windows color (decimal): -10368139 or 7719777. OLE color: 7719777.

HSL color Cylindrical-coordinate representation of color #61CB75: hue angle of 131.32º 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 #61CB75 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 203 117 -
CMYK 0.52 0 0.42 0.20
HSL 131.32º 0.5% 0.59% -
HSV(B) 131.32º 0.52% 0.8% -
XYZ 29.5 46.54 24.26 -
YUV 161.5 102.88 81.99 -
System Red Green Blue C M Y K H S L
Decimal 97 203 117 0.52 0 0.42 0.20 131.32 0.5 0.59
Hex 61 CB 75 34 0 2A 14 83 32 3B
Octal 141 313 165 64 0 52 24 203 62 73
Binary 1100001 11001011 1110101 110100 0 101010 10100 10000011 110010 111011

Color Harmonies of #61CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CB75

Black with #61CB75

Text Example


Text Example

White with #61CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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