Html Css Color HEX #85FBAB Pale Green

📋 copy color: '#85FBAB'

red 133 ◦ green 251 ◦ blue 171

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

Shades of Pale Green #85FBAB

Tints of Pale Green #85FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.23%

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

R = 23.96%
G = 45.23%
B = 30.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#85FBAB (or 0x85FBAB) is known color: Pale Green. HEX triplet: 85, FB and AB. RGB value is (133,251,171). Sum of RGB (Red+Green+Blue) = 133+251+171=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FBAB is #7A0454. Grayscale: #CECECE. Windows color (decimal): -7996501 or 11271045. OLE color: 11271045.

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

Color convert

RGB 133 251 171 -
CMYK 0.47 0 0.32 0.02
HSL 139.32º 0.94% 0.75% -
HSV(B) 139.32º 0.47% 0.98% -
XYZ 51.52 76.92 50.66 -
YUV 206.6 107.91 75.5 -
System Red Green Blue C M Y K H S L
Decimal 133 251 171 0.47 0 0.32 0.02 139.32 0.94 0.75
Hex 85 FB AB 2F 0 20 2 8B 5E 4B
Octal 205 373 253 57 0 40 2 213 136 113
Binary 10000101 11111011 10101011 101111 0 100000 10 10001011 1011110 1001011

Color Harmonies of #85FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBAB

Black with #85FBAB

Text Example


Text Example

White with #85FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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