Html Css Color HEX #85F771 Pastel Green

📋 copy color: '#85F771'

red 133 ◦ green 247 ◦ blue 113

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

Shades of Pastel Green #85F771

Tints of Pastel Green #85F771

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.1%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 26.98%
G = 50.1%
B = 22.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#85F771 (or 0x85F771) is known color: Pastel Green. HEX triplet: 85, F7 and 71. RGB value is (133,247,113). Sum of RGB (Red+Green+Blue) = 133+247+113=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #85F771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F771 is #7A088E. Grayscale: #C6C6C6. Windows color (decimal): -7997583 or 7468933. OLE color: 7468933.

HSL color Cylindrical-coordinate representation of color #85F771: hue angle of 111.04º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85F771 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 113 -
CMYK 0.46 0 0.54 0.03
HSL 111.04º 0.89% 0.71% -
HSV(B) 111.04º 0.54% 0.97% -
XYZ 45.91 72.7 27.24 -
YUV 197.64 80.23 81.9 -
System Red Green Blue C M Y K H S L
Decimal 133 247 113 0.46 0 0.54 0.03 111.04 0.89 0.71
Hex 85 F7 71 2E 0 36 3 6F 59 47
Octal 205 367 161 56 0 66 3 157 131 107
Binary 10000101 11110111 1110001 101110 0 110110 11 1101111 1011001 1000111

Color Harmonies of #85F771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F771

Black with #85F771

Text Example


Text Example

White with #85F771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,113); }

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

background-color css

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

 a { background-color: rgb(133,247,113); }

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

border-color css

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

 span { border-color: rgb(133,247,113); }

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