Html Css Color HEX #76F085 Pastel Green

📋 copy color: '#76F085'

red 118 ◦ green 240 ◦ blue 133

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

Shades of Pastel Green #76F085

Tints of Pastel Green #76F085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.88%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 24.03%
G = 48.88%
B = 27.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#76F085 (or 0x76F085) is known color: Pastel Green. HEX triplet: 76, F0 and 85. RGB value is (118,240,133). Sum of RGB (Red+Green+Blue) = 118+240+133=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #76F085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F085 is #890F7A. Grayscale: #BFBFBF. Windows color (decimal): -8982395 or 8777846. OLE color: 8777846.

HSL color Cylindrical-coordinate representation of color #76F085: hue angle of 127.38º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F085 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 240 133 -
CMYK 0.51 0 0.45 0.06
HSL 127.38º 0.8% 0.7% -
HSV(B) 127.38º 0.51% 0.94% -
XYZ 42.86 67.87 33.03 -
YUV 191.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 118 240 133 0.51 0 0.45 0.06 127.38 0.8 0.7
Hex 76 F0 85 33 0 2D 6 7F 50 46
Octal 166 360 205 63 0 55 6 177 120 106
Binary 1110110 11110000 10000101 110011 0 101101 110 1111111 1010000 1000110

Color Harmonies of #76F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F085

Black with #76F085

Text Example


Text Example

White with #76F085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,240,133); }

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

background-color css

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

 a { background-color: rgb(118,240,133); }

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

border-color css

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

 span { border-color: rgb(118,240,133); }

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