#b9ff73

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

Shades of Sulu #B9FF73

Tints of Sulu #B9FF73

Color information

#B9FF73 (or 0xB9FF73) is unknown color: approx Sulu. HEX triplet: B9, FF and 73. RGB value is (185,255,115). Sum of RGB (Red+Green+Blue) = 185+255+115=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF73 is #46008C. Grayscale: #DADADA. Windows color (decimal): -4587661 or 7602105. OLE color: 7602105.

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

Color convert

RGB185255115-
CMYK0.2700.550
HSL90º100%72.55%-
HSV(B)90º54.9%100%-
XYZ58.8683.0729.15-
YUV218.1169.81104.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 115 (45.31% from 255) = 20.72%
R=33.33%
G=45.95%
B=20.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551150.2700.5509010072.55
HexB9FF731B03705a6449
Octal271377163330670132144111
Binary101110011111111111100111101101101110101101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ff73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ff73; }

 p { color: rgb(185,255,115); }

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

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

 a { background-color: rgb(185,255,115); }

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

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

 span { border-color: rgb(185,255,115); }

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