Html Css Color HEX #85F5A4 Pale Green

📋 copy color: '#85F5A4'

red 133 ◦ green 245 ◦ blue 164

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

Shades of Pale Green #85F5A4

Tints of Pale Green #85F5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.26%

R = 24.54%
G = 45.2%
B = 30.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#85F5A4 (or 0x85F5A4) is known color: Pale Green. HEX triplet: 85, F5 and A4. RGB value is (133,245,164). Sum of RGB (Red+Green+Blue) = 133+245+164=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F5A4 is #7A0A5B. Grayscale: #CACACA. Windows color (decimal): -7998044 or 10810757. OLE color: 10810757.

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

Color convert

RGB 133 245 164 -
CMYK 0.46 0 0.33 0.04
HSL 136.61º 0.85% 0.74% -
HSV(B) 136.61º 0.46% 0.96% -
XYZ 49.03 72.97 46.62 -
YUV 202.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 133 245 164 0.46 0 0.33 0.04 136.61 0.85 0.74
Hex 85 F5 A4 2E 0 21 4 89 55 4A
Octal 205 365 244 56 0 41 4 211 125 112
Binary 10000101 11110101 10100100 101110 0 100001 100 10001001 1010101 1001010

Color Harmonies of #85F5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F5A4

Black with #85F5A4

Text Example


Text Example

White with #85F5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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