Html Css Color HEX #80F47B Pastel Green

📋 copy color: '#80F47B'

red 128 ◦ green 244 ◦ blue 123

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

Shades of Pastel Green #80F47B

Tints of Pastel Green #80F47B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.29%

 BLUE value IS 123 (48.44% from 255) = 24.85%

R = 25.86%
G = 49.29%
B = 24.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#80F47B (or 0x80F47B) is known color: Pastel Green. HEX triplet: 80, F4 and 7B. RGB value is (128,244,123). Sum of RGB (Red+Green+Blue) = 128+244+123=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #80F47B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F47B is #7F0B84. Grayscale: #C3C3C3. Windows color (decimal): -8326021 or 8123520. OLE color: 8123520.

HSL color Cylindrical-coordinate representation of color #80F47B: hue angle of 117.52º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F47B is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 123 -
CMYK 0.48 0 0.50 0.04
HSL 117.52º 0.85% 0.72% -
HSV(B) 117.52º 0.5% 0.96% -
XYZ 44.83 70.72 30.03 -
YUV 195.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 128 244 123 0.48 0 0.50 0.04 117.52 0.85 0.72
Hex 80 F4 7B 30 0 32 4 76 55 48
Octal 200 364 173 60 0 62 4 166 125 110
Binary 10000000 11110100 1111011 110000 0 110010 100 1110110 1010101 1001000

Color Harmonies of #80F47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F47B

Black with #80F47B

Text Example


Text Example

White with #80F47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,123); }

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

background-color css

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

 a { background-color: rgb(128,244,123); }

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

border-color css

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

 span { border-color: rgb(128,244,123); }

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