#B5FF72

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

Shades of Sulu #B5FF72

Tints of Sulu #B5FF72

Color information

#B5FF72 (or 0xB5FF72) is unknown color: approx Sulu. HEX triplet: B5, FF and 72. RGB value is (181,255,114). Sum of RGB (Red+Green+Blue) = 181+255+114=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF72 is #4A008D. Grayscale: #D9D9D9. Windows color (decimal): -4849806 or 7536565. OLE color: 7536565.

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

Color convert

RGB181255114-
CMYK0.2900.550
HSL91.49º100%72.35%-
HSV(B)91.49º55.29%100%-
XYZ57.8582.5628.81-
YUV216.869.98102.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 114 (44.92% from 255) = 20.73%
R=32.91%
G=46.36%
B=20.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551140.2900.55091.4910072.35
HexB5FF721D03705b6448
Octal265377162350670133144110
Binary101101011111111111100101110101101110101101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF72; }

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

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

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

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

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

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

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

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