Html Css Color HEX #80DE6E Pastel Green

📋 copy color: '#80DE6E'

red 128 ◦ green 222 ◦ blue 110

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

Shades of Pastel Green #80DE6E

Tints of Pastel Green #80DE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

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

R = 27.83%
G = 48.26%
B = 23.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#80DE6E (or 0x80DE6E) is known color: Pastel Green. HEX triplet: 80, DE and 6E. RGB value is (128,222,110). Sum of RGB (Red+Green+Blue) = 128+222+110=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE6E is #7F2191. Grayscale: #B5B5B5. Windows color (decimal): -8331666 or 7265920. OLE color: 7265920.

HSL color Cylindrical-coordinate representation of color #80DE6E: hue angle of 110.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DE6E is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 110 -
CMYK 0.42 0 0.50 0.13
HSL 110.36º 0.63% 0.65% -
HSV(B) 110.36º 0.5% 0.87% -
XYZ 37.84 57.96 23.94 -
YUV 181.13 87.86 90.11 -
System Red Green Blue C M Y K H S L
Decimal 128 222 110 0.42 0 0.50 0.13 110.36 0.63 0.65
Hex 80 DE 6E 2A 0 32 D 6E 3F 41
Octal 200 336 156 52 0 62 15 156 77 101
Binary 10000000 11011110 1101110 101010 0 110010 1101 1101110 111111 1000001

Color Harmonies of #80DE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE6E

Black with #80DE6E

Text Example


Text Example

White with #80DE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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