Html Css Color HEX #65CB80 Emerald

📋 copy color: '#65CB80'

red 101 ◦ green 203 ◦ blue 128

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

Shades of Emerald #65CB80

Tints of Emerald #65CB80

RGB

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

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

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

R = 23.38%
G = 46.99%
B = 29.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#65CB80 (or 0x65CB80) is known color: Emerald. HEX triplet: 65, CB and 80. RGB value is (101,203,128). Sum of RGB (Red+Green+Blue) = 101+203+128=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB80 is #9A347F. Grayscale: #A4A4A4. Windows color (decimal): -10105984 or 8440677. OLE color: 8440677.

HSL color Cylindrical-coordinate representation of color #65CB80: hue angle of 135.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB80 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 203 128 -
CMYK 0.50 0 0.37 0.20
HSL 135.88º 0.5% 0.6% -
HSV(B) 135.88º 0.5% 0.8% -
XYZ 30.62 47.04 27.89 -
YUV 163.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 101 203 128 0.50 0 0.37 0.20 135.88 0.5 0.6
Hex 65 CB 80 32 0 25 14 88 32 3C
Octal 145 313 200 62 0 45 24 210 62 74
Binary 1100101 11001011 10000000 110010 0 100101 10100 10001000 110010 111100

Color Harmonies of #65CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CB80

Black with #65CB80

Text Example


Text Example

White with #65CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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