Html Css Color HEX #80F16D Pastel Green

📋 copy color: '#80F16D'

red 128 ◦ green 241 ◦ blue 109

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

Shades of Pastel Green #80F16D

Tints of Pastel Green #80F16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 26.78%
G = 50.42%
B = 22.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#80F16D (or 0x80F16D) is known color: Pastel Green. HEX triplet: 80, F1 and 6D. RGB value is (128,241,109). Sum of RGB (Red+Green+Blue) = 128+241+109=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #80F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F16D is #7F0E92. Grayscale: #C0C0C0. Windows color (decimal): -8326803 or 7205248. OLE color: 7205248.

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

Color convert

RGB 128 241 109 -
CMYK 0.47 0 0.55 0.05
HSL 111.36º 0.83% 0.69% -
HSV(B) 111.36º 0.55% 0.95% -
XYZ 43.12 68.6 25.44 -
YUV 192.17 81.06 82.23 -
System Red Green Blue C M Y K H S L
Decimal 128 241 109 0.47 0 0.55 0.05 111.36 0.83 0.69
Hex 80 F1 6D 2F 0 37 5 6F 52 45
Octal 200 361 155 57 0 67 5 157 122 105
Binary 10000000 11110001 1101101 101111 0 110111 101 1101111 1010010 1000101

Color Harmonies of #80F16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F16D

Black with #80F16D

Text Example


Text Example

White with #80F16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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