Html Css Color HEX #80F975 Pastel Green

📋 copy color: '#80F975'

red 128 ◦ green 249 ◦ blue 117

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

Shades of Pastel Green #80F975

Tints of Pastel Green #80F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.4%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 25.91%
G = 50.4%
B = 23.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#80F975 (or 0x80F975) is known color: Pastel Green. HEX triplet: 80, F9 and 75. RGB value is (128,249,117). Sum of RGB (Red+Green+Blue) = 128+249+117=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #80F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F975 is #7F068A. Grayscale: #C6C6C6. Windows color (decimal): -8324747 or 7731584. OLE color: 7731584.

HSL color Cylindrical-coordinate representation of color #80F975: hue angle of 115º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F975 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 117 -
CMYK 0.49 0 0.53 0.02
HSL 115º 0.92% 0.72% -
HSV(B) 115º 0.53% 0.98% -
XYZ 45.99 73.62 28.62 -
YUV 197.77 82.41 78.23 -
System Red Green Blue C M Y K H S L
Decimal 128 249 117 0.49 0 0.53 0.02 115 0.92 0.72
Hex 80 F9 75 31 0 35 2 73 5C 48
Octal 200 371 165 61 0 65 2 163 134 110
Binary 10000000 11111001 1110101 110001 0 110101 10 1110011 1011100 1001000

Color Harmonies of #80F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F975

Black with #80F975

Text Example


Text Example

White with #80F975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,117); }

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

background-color css

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

 a { background-color: rgb(128,249,117); }

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

border-color css

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

 span { border-color: rgb(128,249,117); }

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