#B5FA85

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

Shades of Sulu #B5FA85

Tints of Sulu #B5FA85

Color information

#B5FA85 (or 0xB5FA85) is unknown color: approx Sulu. HEX triplet: B5, FA and 85. RGB value is (181,250,133). Sum of RGB (Red+Green+Blue) = 181+250+133=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FA85 is #4A057A. Grayscale: #D8D8D8. Windows color (decimal): -4851067 or 8780469. OLE color: 8780469.

HSL color Cylindrical-coordinate representation of color #B5FA85: hue angle of 95.38º degrees, saturation: 0.92, 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 #B5FA85 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB181250133-
CMYK0.2800.470.02
HSL95.38º92.13%75.1%-
HSV(B)95.38º46.8%98.04%-
XYZ57.4879.8934.58-
YUV216.0381.14103.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=32.09%
G=44.33%
B=23.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501330.2800.470.0295.3892.1375.1
HexB5FA851C02F25f5c4b
Octal265372205340572137134113
Binary10110101111110101000010111100010111110101111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FA85; }

 p { color: rgb(181,250,133); }

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

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

 a { background-color: rgb(181,250,133); }

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

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

 span { border-color: rgb(181,250,133); }

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