#B5F180

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

Shades of Sulu #B5F180

Tints of Sulu #B5F180

Color information

#B5F180 (or 0xB5F180) is unknown color: approx Sulu. HEX triplet: B5, F1 and 80. RGB value is (181,241,128). Sum of RGB (Red+Green+Blue) = 181+241+128=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F180 is #4A0E7F. Grayscale: #D2D2D2. Windows color (decimal): -4853376 or 8450485. OLE color: 8450485.

HSL color Cylindrical-coordinate representation of color #B5F180: hue angle of 91.86º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5F180 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB181241128-
CMYK0.2500.470.05
HSL91.86º80.14%72.35%-
HSV(B)91.86º46.89%94.51%-
XYZ54.4174.2931.89-
YUV210.1881.62107.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=32.91%
G=43.82%
B=23.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411280.2500.470.0591.8680.1472.35
HexB5F1801902F55c5048
Octal265361200310575134120110
Binary101101011111000110000000110010101111101101110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F180; }

 p { color: rgb(181,241,128); }

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

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

 a { background-color: rgb(181,241,128); }

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

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

 span { border-color: rgb(181,241,128); }

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