Html Css Color HEX #80DE6B Pastel Green

📋 copy color: '#80DE6B'

red 128 ◦ green 222 ◦ blue 107

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

Shades of Pastel Green #80DE6B

Tints of Pastel Green #80DE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 28.01%
G = 48.58%
B = 23.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#80DE6B (or 0x80DE6B) is known color: Pastel Green. HEX triplet: 80, DE and 6B. RGB value is (128,222,107). Sum of RGB (Red+Green+Blue) = 128+222+107=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE6B is #7F2194. Grayscale: #B5B5B5. Windows color (decimal): -8331669 or 7069312. OLE color: 7069312.

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

Color convert

RGB 128 222 107 -
CMYK 0.42 0 0.52 0.13
HSL 109.04º 0.64% 0.65% -
HSV(B) 109.04º 0.52% 0.87% -
XYZ 37.68 57.89 23.1 -
YUV 180.78 86.36 90.35 -
System Red Green Blue C M Y K H S L
Decimal 128 222 107 0.42 0 0.52 0.13 109.04 0.64 0.65
Hex 80 DE 6B 2A 0 34 D 6D 40 41
Octal 200 336 153 52 0 64 15 155 100 101
Binary 10000000 11011110 1101011 101010 0 110100 1101 1101101 1000000 1000001

Color Harmonies of #80DE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE6B

Black with #80DE6B

Text Example


Text Example

White with #80DE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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