Html Css Color HEX #85F773 Pastel Green

📋 copy color: '#85F773'

red 133 ◦ green 247 ◦ blue 115

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

Shades of Pastel Green #85F773

Tints of Pastel Green #85F773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 26.87%
G = 49.9%
B = 23.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#85F773 (or 0x85F773) is known color: Pastel Green. HEX triplet: 85, F7 and 73. RGB value is (133,247,115). Sum of RGB (Red+Green+Blue) = 133+247+115=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #85F773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F773 is #7A088C. Grayscale: #C6C6C6. Windows color (decimal): -7997581 or 7600005. OLE color: 7600005.

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

Color convert

RGB 133 247 115 -
CMYK 0.46 0 0.53 0.03
HSL 111.82º 0.89% 0.71% -
HSV(B) 111.82º 0.53% 0.97% -
XYZ 46.03 72.75 27.84 -
YUV 197.87 81.23 81.73 -
System Red Green Blue C M Y K H S L
Decimal 133 247 115 0.46 0 0.53 0.03 111.82 0.89 0.71
Hex 85 F7 73 2E 0 35 3 70 59 47
Octal 205 367 163 56 0 65 3 160 131 107
Binary 10000101 11110111 1110011 101110 0 110101 11 1110000 1011001 1000111

Color Harmonies of #85F773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F773

Black with #85F773

Text Example


Text Example

White with #85F773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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