Html Css Color HEX #76F880 Pastel Green

📋 copy color: '#76F880'

red 118 ◦ green 248 ◦ blue 128

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

Shades of Pastel Green #76F880

Tints of Pastel Green #76F880

RGB

 RED value IS 118 (46.48% from 255) = 23.89%

 GREEN value IS 248 (97.27% from 255) = 50.2%

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

R = 23.89%
G = 50.2%
B = 25.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#76F880 (or 0x76F880) is known color: Pastel Green. HEX triplet: 76, F8 and 80. RGB value is (118,248,128). Sum of RGB (Red+Green+Blue) = 118+248+128=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #76F880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F880 is #89077F. Grayscale: #C3C3C3. Windows color (decimal): -8980352 or 8452214. OLE color: 8452214.

HSL color Cylindrical-coordinate representation of color #76F880: hue angle of 124.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F880 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 128 -
CMYK 0.52 0 0.48 0.03
HSL 124.62º 0.9% 0.72% -
HSV(B) 124.62º 0.52% 0.97% -
XYZ 44.93 72.54 32.06 -
YUV 195.45 89.93 72.76 -
System Red Green Blue C M Y K H S L
Decimal 118 248 128 0.52 0 0.48 0.03 124.62 0.9 0.72
Hex 76 F8 80 34 0 30 3 7D 5A 48
Octal 166 370 200 64 0 60 3 175 132 110
Binary 1110110 11111000 10000000 110100 0 110000 11 1111101 1011010 1001000

Color Harmonies of #76F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F880

Black with #76F880

Text Example


Text Example

White with #76F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F880; }

 p { color: rgb(118,248,128); }

 H1.HeaderClassName
 {
   color: #76F880;
 }
 .AnyTagClassName
 {
   color: #76F880;
 }
</style>

background-color css

<style>
 a { background-color: #76F880; }

 a { background-color: rgb(118,248,128); }

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

border-color css

<style>
 span { border-color: #76F880; }

 span { border-color: rgb(118,248,128); }

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