Html Css Color HEX #65CA80 Emerald

📋 copy color: '#65CA80'

red 101 ◦ green 202 ◦ blue 128

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

Shades of Emerald #65CA80

Tints of Emerald #65CA80

RGB

 RED value IS 101 (39.84% from 255) = 23.43%

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

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 23.43%
G = 46.87%
B = 29.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#65CA80 (or 0x65CA80) is known color: Emerald. HEX triplet: 65, CA and 80. RGB value is (101,202,128). Sum of RGB (Red+Green+Blue) = 101+202+128=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CA80 is #9A357F. Grayscale: #A3A3A3. Windows color (decimal): -10106240 or 8440421. OLE color: 8440421.

HSL color Cylindrical-coordinate representation of color #65CA80: hue angle of 136.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA80 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 128 -
CMYK 0.50 0 0.37 0.21
HSL 136.04º 0.49% 0.59% -
HSV(B) 136.04º 0.5% 0.79% -
XYZ 30.38 46.57 27.81 -
YUV 163.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 101 202 128 0.50 0 0.37 0.21 136.04 0.49 0.59
Hex 65 CA 80 32 0 25 15 88 31 3B
Octal 145 312 200 62 0 45 25 210 61 73
Binary 1100101 11001010 10000000 110010 0 100101 10101 10001000 110001 111011

Color Harmonies of #65CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA80

Black with #65CA80

Text Example


Text Example

White with #65CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CA80; }

 p { color: rgb(101,202,128); }

 H1.HeaderClassName
 {
   color: #65CA80;
 }
 .AnyTagClassName
 {
   color: #65CA80;
 }
</style>

background-color css

<style>
 a { background-color: #65CA80; }

 a { background-color: rgb(101,202,128); }

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

border-color css

<style>
 span { border-color: #65CA80; }

 span { border-color: rgb(101,202,128); }

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