Html Css Color HEX #80F267 Pastel Green

📋 copy color: '#80F267'

red 128 ◦ green 242 ◦ blue 103

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

Shades of Pastel Green #80F267

Tints of Pastel Green #80F267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 27.06%
G = 51.16%
B = 21.78%

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

#80F267 (or 0x80F267) is known color: Pastel Green. HEX triplet: 80, F2 and 67. RGB value is (128,242,103). Sum of RGB (Red+Green+Blue) = 128+242+103=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #80F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F267 is #7F0D98. Grayscale: #C0C0C0. Windows color (decimal): -8326553 or 6812288. OLE color: 6812288.

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

Color convert

RGB 128 242 103 -
CMYK 0.47 0 0.57 0.05
HSL 109.21º 0.84% 0.68% -
HSV(B) 109.21º 0.57% 0.95% -
XYZ 43.1 69.07 23.89 -
YUV 192.07 77.73 82.3 -
System Red Green Blue C M Y K H S L
Decimal 128 242 103 0.47 0 0.57 0.05 109.21 0.84 0.68
Hex 80 F2 67 2F 0 39 5 6D 54 44
Octal 200 362 147 57 0 71 5 155 124 104
Binary 10000000 11110010 1100111 101111 0 111001 101 1101101 1010100 1000100

Color Harmonies of #80F267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F267

Black with #80F267

Text Example


Text Example

White with #80F267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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