Html Css Color HEX #85FCAA Pale Green

📋 copy color: '#85FCAA'

red 133 ◦ green 252 ◦ blue 170

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

Shades of Pale Green #85FCAA

Tints of Pale Green #85FCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.41%

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 23.96%
G = 45.41%
B = 30.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#85FCAA (or 0x85FCAA) is known color: Pale Green. HEX triplet: 85, FC and AA. RGB value is (133,252,170). Sum of RGB (Red+Green+Blue) = 133+252+170=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCAA is #7A0355. Grayscale: #CFCFCF. Windows color (decimal): -7996246 or 11205765. OLE color: 11205765.

HSL color Cylindrical-coordinate representation of color #85FCAA: hue angle of 138.66º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCAA is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 170 -
CMYK 0.47 0 0.33 0.01
HSL 138.66º 0.95% 0.75% -
HSV(B) 138.66º 0.47% 0.99% -
XYZ 51.74 77.51 50.26 -
YUV 207.07 107.08 75.17 -
System Red Green Blue C M Y K H S L
Decimal 133 252 170 0.47 0 0.33 0.01 138.66 0.95 0.75
Hex 85 FC AA 2F 0 21 1 8B 5F 4B
Octal 205 374 252 57 0 41 1 213 137 113
Binary 10000101 11111100 10101010 101111 0 100001 1 10001011 1011111 1001011

Color Harmonies of #85FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCAA

Black with #85FCAA

Text Example


Text Example

White with #85FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,252,170); }

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

background-color css

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

 a { background-color: rgb(133,252,170); }

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

border-color css

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

 span { border-color: rgb(133,252,170); }

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