Html Css Color HEX #80F168 Pastel Green

📋 copy color: '#80F168'

red 128 ◦ green 241 ◦ blue 104

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

Shades of Pastel Green #80F168

Tints of Pastel Green #80F168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

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

R = 27.06%
G = 50.95%
B = 21.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#80F168 (or 0x80F168) is known color: Pastel Green. HEX triplet: 80, F1 and 68. RGB value is (128,241,104). Sum of RGB (Red+Green+Blue) = 128+241+104=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #80F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F168 is #7F0E97. Grayscale: #C0C0C0. Windows color (decimal): -8326808 or 6877568. OLE color: 6877568.

HSL color Cylindrical-coordinate representation of color #80F168: hue angle of 109.49º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80F168 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 241 104 -
CMYK 0.47 0 0.57 0.05
HSL 109.49º 0.83% 0.68% -
HSV(B) 109.49º 0.57% 0.95% -
XYZ 42.86 68.5 24.06 -
YUV 191.6 78.56 82.64 -
System Red Green Blue C M Y K H S L
Decimal 128 241 104 0.47 0 0.57 0.05 109.49 0.83 0.68
Hex 80 F1 68 2F 0 39 5 6D 53 44
Octal 200 361 150 57 0 71 5 155 123 104
Binary 10000000 11110001 1101000 101111 0 111001 101 1101101 1010011 1000100

Color Harmonies of #80F168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F168

Black with #80F168

Text Example


Text Example

White with #80F168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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