Html Css Color HEX #85FA73 Pastel Green

📋 copy color: '#85FA73'

red 133 ◦ green 250 ◦ blue 115

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

Shades of Pastel Green #85FA73

Tints of Pastel Green #85FA73

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.2%

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

R = 26.71%
G = 50.2%
B = 23.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#85FA73 (or 0x85FA73) is known color: Pastel Green. HEX triplet: 85, FA and 73. RGB value is (133,250,115). Sum of RGB (Red+Green+Blue) = 133+250+115=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA73 is #7A058C. Grayscale: #C8C8C8. Windows color (decimal): -7996813 or 7600773. OLE color: 7600773.

HSL color Cylindrical-coordinate representation of color #85FA73: hue angle of 112º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85FA73 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 115 -
CMYK 0.47 0 0.54 0.02
HSL 112º 0.93% 0.72% -
HSV(B) 112º 0.54% 0.98% -
XYZ 46.95 74.6 28.14 -
YUV 199.63 80.24 80.48 -
System Red Green Blue C M Y K H S L
Decimal 133 250 115 0.47 0 0.54 0.02 112 0.93 0.72
Hex 85 FA 73 2F 0 36 2 70 5D 48
Octal 205 372 163 57 0 66 2 160 135 110
Binary 10000101 11111010 1110011 101111 0 110110 10 1110000 1011101 1001000

Color Harmonies of #85FA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA73

Black with #85FA73

Text Example


Text Example

White with #85FA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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