Html Css Color HEX #80EF68 Pastel Green

📋 copy color: '#80EF68'

red 128 ◦ green 239 ◦ blue 104

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

Shades of Pastel Green #80EF68

Tints of Pastel Green #80EF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

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

R = 27.18%
G = 50.74%
B = 22.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#80EF68 (or 0x80EF68) is known color: Pastel Green. HEX triplet: 80, EF and 68. RGB value is (128,239,104). Sum of RGB (Red+Green+Blue) = 128+239+104=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF68 is #7F1097. Grayscale: #BEBEBE. Windows color (decimal): -8327320 or 6877056. OLE color: 6877056.

HSL color Cylindrical-coordinate representation of color #80EF68: hue angle of 109.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80EF68 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 104 -
CMYK 0.46 0 0.56 0.06
HSL 109.33º 0.81% 0.67% -
HSV(B) 109.33º 0.56% 0.94% -
XYZ 42.27 67.32 23.86 -
YUV 190.42 79.23 83.48 -
System Red Green Blue C M Y K H S L
Decimal 128 239 104 0.46 0 0.56 0.06 109.33 0.81 0.67
Hex 80 EF 68 2E 0 38 6 6D 51 43
Octal 200 357 150 56 0 70 6 155 121 103
Binary 10000000 11101111 1101000 101110 0 111000 110 1101101 1010001 1000011

Color Harmonies of #80EF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF68

Black with #80EF68

Text Example


Text Example

White with #80EF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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