Html Css Color HEX #85F176 Pastel Green

📋 copy color: '#85F176'

red 133 ◦ green 241 ◦ blue 118

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

Shades of Pastel Green #85F176

Tints of Pastel Green #85F176

RGB

 RED value IS 133 (52.34% from 255) = 27.03%

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 27.03%
G = 48.98%
B = 23.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#85F176 (or 0x85F176) is known color: Pastel Green. HEX triplet: 85, F1 and 76. RGB value is (133,241,118). Sum of RGB (Red+Green+Blue) = 133+241+118=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #85F176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F176 is #7A0E89. Grayscale: #C3C3C3. Windows color (decimal): -7999114 or 7795077. OLE color: 7795077.

HSL color Cylindrical-coordinate representation of color #85F176: hue angle of 112.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F176 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 241 118 -
CMYK 0.45 0 0.51 0.05
HSL 112.68º 0.81% 0.7% -
HSV(B) 112.68º 0.51% 0.95% -
XYZ 44.4 69.21 28.16 -
YUV 194.69 84.72 84 -
System Red Green Blue C M Y K H S L
Decimal 133 241 118 0.45 0 0.51 0.05 112.68 0.81 0.7
Hex 85 F1 76 2D 0 33 5 71 51 46
Octal 205 361 166 55 0 63 5 161 121 106
Binary 10000101 11110001 1110110 101101 0 110011 101 1110001 1010001 1000110

Color Harmonies of #85F176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F176

Black with #85F176

Text Example


Text Example

White with #85F176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85F176; }

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

 H1.HeaderClassName
 {
   color: #85F176;
 }
 .AnyTagClassName
 {
   color: #85F176;
 }
</style>

background-color css

<style>
 a { background-color: #85F176; }

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

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

border-color css

<style>
 span { border-color: #85F176; }

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

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