Html Css Color HEX #80EB68 Pastel Green

📋 copy color: '#80EB68'

red 128 ◦ green 235 ◦ blue 104

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

Shades of Pastel Green #80EB68

Tints of Pastel Green #80EB68

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 27.41%
G = 50.32%
B = 22.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#80EB68 (or 0x80EB68) is known color: Pastel Green. HEX triplet: 80, EB and 68. RGB value is (128,235,104). Sum of RGB (Red+Green+Blue) = 128+235+104=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB68 is #7F1497. Grayscale: #BCBCBC. Windows color (decimal): -8328344 or 6876032. OLE color: 6876032.

HSL color Cylindrical-coordinate representation of color #80EB68: hue angle of 109.01º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80EB68 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 104 -
CMYK 0.46 0 0.56 0.08
HSL 109.01º 0.77% 0.66% -
HSV(B) 109.01º 0.56% 0.92% -
XYZ 41.11 65.01 23.48 -
YUV 188.07 80.55 85.15 -
System Red Green Blue C M Y K H S L
Decimal 128 235 104 0.46 0 0.56 0.08 109.01 0.77 0.66
Hex 80 EB 68 2E 0 38 8 6D 4D 42
Octal 200 353 150 56 0 70 10 155 115 102
Binary 10000000 11101011 1101000 101110 0 111000 1000 1101101 1001101 1000010

Color Harmonies of #80EB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB68

Black with #80EB68

Text Example


Text Example

White with #80EB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,104); }

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

background-color css

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

 a { background-color: rgb(128,235,104); }

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

border-color css

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

 span { border-color: rgb(128,235,104); }

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