Html Css Color HEX #85FB99 Pale Green

📋 copy color: '#85FB99'

red 133 ◦ green 251 ◦ blue 153

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

Shades of Pale Green #85FB99

Tints of Pale Green #85FB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 24.77%
G = 46.74%
B = 28.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#85FB99 (or 0x85FB99) is known color: Pale Green. HEX triplet: 85, FB and 99. RGB value is (133,251,153). Sum of RGB (Red+Green+Blue) = 133+251+153=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB99 is #7A0466. Grayscale: #CCCCCC. Windows color (decimal): -7996519 or 10091397. OLE color: 10091397.

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

Color convert

RGB 133 251 153 -
CMYK 0.47 0 0.39 0.02
HSL 130.17º 0.94% 0.75% -
HSV(B) 130.17º 0.47% 0.98% -
XYZ 49.92 76.28 42.23 -
YUV 204.55 98.91 76.97 -
System Red Green Blue C M Y K H S L
Decimal 133 251 153 0.47 0 0.39 0.02 130.17 0.94 0.75
Hex 85 FB 99 2F 0 27 2 82 5E 4B
Octal 205 373 231 57 0 47 2 202 136 113
Binary 10000101 11111011 10011001 101111 0 100111 10 10000010 1011110 1001011

Color Harmonies of #85FB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB99

Black with #85FB99

Text Example


Text Example

White with #85FB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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