#B5F885

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

Shades of Sulu #B5F885

Tints of Sulu #B5F885

Color information

#B5F885 (or 0xB5F885) is unknown color: approx Sulu. HEX triplet: B5, F8 and 85. RGB value is (181,248,133). Sum of RGB (Red+Green+Blue) = 181+248+133=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F885 is #4A077A. Grayscale: #D7D7D7. Windows color (decimal): -4851579 or 8779957. OLE color: 8779957.

HSL color Cylindrical-coordinate representation of color #B5F885: hue angle of 94.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5F885 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB181248133-
CMYK0.2700.460.03
HSL94.96º89.15%74.71%-
HSV(B)94.96º46.37%97.25%-
XYZ56.8678.6534.37-
YUV214.8681.8103.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=32.21%
G=44.13%
B=23.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812481330.2700.460.0394.9689.1574.71
HexB5F8851B02E35f594b
Octal265370205330563137131113
Binary10110101111110001000010111011010111011101111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F885; }

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

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

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

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

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

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

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

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