Html Css Color HEX #86FB99 Pale Green

📋 copy color: '#86FB99'

red 134 ◦ green 251 ◦ blue 153

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

Shades of Pale Green #86FB99

Tints of Pale Green #86FB99

RGB

 RED value IS 134 (52.73% from 255) = 24.91%

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

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

R = 24.91%
G = 46.65%
B = 28.44%

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

#86FB99 (or 0x86FB99) is known color: Pale Green. HEX triplet: 86, FB and 99. RGB value is (134,251,153). Sum of RGB (Red+Green+Blue) = 134+251+153=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FB99 is #790466. Grayscale: #CDCDCD. Windows color (decimal): -7930983 or 10091398. OLE color: 10091398.

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

Color convert

RGB 134 251 153 -
CMYK 0.47 0 0.39 0.02
HSL 129.74º 0.94% 0.75% -
HSV(B) 129.74º 0.47% 0.98% -
XYZ 50.08 76.36 42.24 -
YUV 204.85 98.74 77.47 -
System Red Green Blue C M Y K H S L
Decimal 134 251 153 0.47 0 0.39 0.02 129.74 0.94 0.75
Hex 86 FB 99 2F 0 27 2 82 5E 4B
Octal 206 373 231 57 0 47 2 202 136 113
Binary 10000110 11111011 10011001 101111 0 100111 10 10000010 1011110 1001011

Color Harmonies of #86FB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FB99

Black with #86FB99

Text Example


Text Example

White with #86FB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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