Html Css Color HEX #85F7A0 Pale Green

📋 copy color: '#85F7A0'

red 133 ◦ green 247 ◦ blue 160

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

Shades of Pale Green #85F7A0

Tints of Pale Green #85F7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 24.63%
G = 45.74%
B = 29.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#85F7A0 (or 0x85F7A0) is known color: Pale Green. HEX triplet: 85, F7 and A0. RGB value is (133,247,160). Sum of RGB (Red+Green+Blue) = 133+247+160=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F7A0 is #7A085F. Grayscale: #CBCBCB. Windows color (decimal): -7997536 or 10549125. OLE color: 10549125.

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

Color convert

RGB 133 247 160 -
CMYK 0.46 0 0.35 0.03
HSL 134.21º 0.88% 0.75% -
HSV(B) 134.21º 0.46% 0.97% -
XYZ 49.28 74.05 44.95 -
YUV 203 103.73 78.07 -
System Red Green Blue C M Y K H S L
Decimal 133 247 160 0.46 0 0.35 0.03 134.21 0.88 0.75
Hex 85 F7 A0 2E 0 23 3 86 58 4B
Octal 205 367 240 56 0 43 3 206 130 113
Binary 10000101 11110111 10100000 101110 0 100011 11 10000110 1011000 1001011

Color Harmonies of #85F7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F7A0

Black with #85F7A0

Text Example


Text Example

White with #85F7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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