Html Css Color HEX #85F573 Pastel Green

📋 copy color: '#85F573'

red 133 ◦ green 245 ◦ blue 115

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

Shades of Pastel Green #85F573

Tints of Pastel Green #85F573

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.7%

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

R = 26.98%
G = 49.7%
B = 23.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#85F573 (or 0x85F573) is known color: Pastel Green. HEX triplet: 85, F5 and 73. RGB value is (133,245,115). Sum of RGB (Red+Green+Blue) = 133+245+115=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #85F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F573 is #7A0A8C. Grayscale: #C5C5C5. Windows color (decimal): -7998093 or 7599493. OLE color: 7599493.

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

Color convert

RGB 133 245 115 -
CMYK 0.46 0 0.53 0.04
HSL 111.69º 0.87% 0.71% -
HSV(B) 111.69º 0.53% 0.96% -
XYZ 45.42 71.53 27.63 -
YUV 196.69 81.89 82.57 -
System Red Green Blue C M Y K H S L
Decimal 133 245 115 0.46 0 0.53 0.04 111.69 0.87 0.71
Hex 85 F5 73 2E 0 35 4 70 57 47
Octal 205 365 163 56 0 65 4 160 127 107
Binary 10000101 11110101 1110011 101110 0 110101 100 1110000 1010111 1000111

Color Harmonies of #85F573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F573

Black with #85F573

Text Example


Text Example

White with #85F573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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