Html Css Color HEX #80F268 Pastel Green

📋 copy color: '#80F268'

red 128 ◦ green 242 ◦ blue 104

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

Shades of Pastel Green #80F268

Tints of Pastel Green #80F268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.05%

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

R = 27%
G = 51.05%
B = 21.94%

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

#80F268 (or 0x80F268) is known color: Pastel Green. HEX triplet: 80, F2 and 68. RGB value is (128,242,104). Sum of RGB (Red+Green+Blue) = 128+242+104=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #80F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F268 is #7F0D97. Grayscale: #C0C0C0. Windows color (decimal): -8326552 or 6877824. OLE color: 6877824.

HSL color Cylindrical-coordinate representation of color #80F268: hue angle of 109.57º degrees, saturation: 0.84, 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 #80F268 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 242 104 -
CMYK 0.47 0 0.57 0.05
HSL 109.57º 0.84% 0.68% -
HSV(B) 109.57º 0.57% 0.95% -
XYZ 43.15 69.09 24.16 -
YUV 192.18 78.23 82.22 -
System Red Green Blue C M Y K H S L
Decimal 128 242 104 0.47 0 0.57 0.05 109.57 0.84 0.68
Hex 80 F2 68 2F 0 39 5 6E 54 44
Octal 200 362 150 57 0 71 5 156 124 104
Binary 10000000 11110010 1101000 101111 0 111001 101 1101110 1010100 1000100

Color Harmonies of #80F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F268

Black with #80F268

Text Example


Text Example

White with #80F268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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