Html Css Color HEX #80CE6E Pastel Green

📋 copy color: '#80CE6E'

red 128 ◦ green 206 ◦ blue 110

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

Shades of Pastel Green #80CE6E

Tints of Pastel Green #80CE6E

RGB

 RED value IS 128 (50.39% from 255) = 28.83%

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

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 28.83%
G = 46.4%
B = 24.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#80CE6E (or 0x80CE6E) is known color: Pastel Green. HEX triplet: 80, CE and 6E. RGB value is (128,206,110). Sum of RGB (Red+Green+Blue) = 128+206+110=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE6E is #7F3191. Grayscale: #ACACAC. Windows color (decimal): -8335762 or 7261824. OLE color: 7261824.

HSL color Cylindrical-coordinate representation of color #80CE6E: hue angle of 108.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CE6E is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 110 -
CMYK 0.38 0 0.47 0.19
HSL 108.75º 0.49% 0.62% -
HSV(B) 108.75º 0.47% 0.81% -
XYZ 33.79 49.86 22.59 -
YUV 171.73 93.16 96.81 -
System Red Green Blue C M Y K H S L
Decimal 128 206 110 0.38 0 0.47 0.19 108.75 0.49 0.62
Hex 80 CE 6E 26 0 2F 13 6D 31 3E
Octal 200 316 156 46 0 57 23 155 61 76
Binary 10000000 11001110 1101110 100110 0 101111 10011 1101101 110001 111110

Color Harmonies of #80CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE6E

Black with #80CE6E

Text Example


Text Example

White with #80CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CE6E; }

 p { color: rgb(128,206,110); }

 H1.HeaderClassName
 {
   color: #80CE6E;
 }
 .AnyTagClassName
 {
   color: #80CE6E;
 }
</style>

background-color css

<style>
 a { background-color: #80CE6E; }

 a { background-color: rgb(128,206,110); }

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

border-color css

<style>
 span { border-color: #80CE6E; }

 span { border-color: rgb(128,206,110); }

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