#B5FF86

Color #B5FF86 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5FF86

Tints of Sulu #B5FF86

Color information

#B5FF86 (or 0xB5FF86) is unknown color: approx Sulu. HEX triplet: B5, FF and 86. RGB value is (181,255,134). Sum of RGB (Red+Green+Blue) = 181+255+134=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FF86 is #4A0079. Grayscale: #DBDBDB. Windows color (decimal): -4849786 or 8847285. OLE color: 8847285.

HSL color Cylindrical-coordinate representation of color #B5FF86: hue angle of 96.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5FF86 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB181255134-
CMYK0.2900.470
HSL96.69º100%76.27%-
HSV(B)96.69º47.45%100%-
XYZ59.1283.0635.47-
YUV219.0879.98100.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=31.75%
G=44.74%
B=23.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551340.2900.47096.6910076.27
HexB5FF861D02F061644c
Octal265377206350570141144114
Binary1011010111111111100001101110101011110110000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF86; }

 p { color: rgb(181,255,134); }

 H1.HeaderClassName
 {
   color: #B5FF86;
 }
 .AnyTagClassName
 {
   color: #B5FF86;
 }
</style>
background-color css

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

 a { background-color: rgb(181,255,134); }

 div.DivClassName
 {
   background-color: #B5FF86;
 }
 .BgClassName
 {
   background-color: #B5FF86;
 }
</style>
border-color css

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

 span { border-color: rgb(181,255,134); }

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