Html Css Color HEX #85FCAB Pale Green

📋 copy color: '#85FCAB'

red 133 ◦ green 252 ◦ blue 171

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

Shades of Pale Green #85FCAB

Tints of Pale Green #85FCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 23.92%
G = 45.32%
B = 30.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#85FCAB (or 0x85FCAB) is known color: Pale Green. HEX triplet: 85, FC and AB. RGB value is (133,252,171). Sum of RGB (Red+Green+Blue) = 133+252+171=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCAB is #7A0354. Grayscale: #CFCFCF. Windows color (decimal): -7996245 or 11271301. OLE color: 11271301.

HSL color Cylindrical-coordinate representation of color #85FCAB: hue angle of 139.16º 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 #85FCAB is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 171 -
CMYK 0.47 0 0.32 0.01
HSL 139.16º 0.95% 0.75% -
HSV(B) 139.16º 0.47% 0.99% -
XYZ 51.83 77.55 50.76 -
YUV 207.19 107.58 75.09 -
System Red Green Blue C M Y K H S L
Decimal 133 252 171 0.47 0 0.32 0.01 139.16 0.95 0.75
Hex 85 FC AB 2F 0 20 1 8B 5F 4B
Octal 205 374 253 57 0 40 1 213 137 113
Binary 10000101 11111100 10101011 101111 0 100000 1 10001011 1011111 1001011

Color Harmonies of #85FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCAB

Black with #85FCAB

Text Example


Text Example

White with #85FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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