#B9FC75

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

Shades of Sulu #B9FC75

Tints of Sulu #B9FC75

Color information

#B9FC75 (or 0xB9FC75) is unknown color: approx Sulu. HEX triplet: B9, FC and 75. RGB value is (185,252,117). Sum of RGB (Red+Green+Blue) = 185+252+117=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC75 is #46038A. Grayscale: #D9D9D9. Windows color (decimal): -4588427 or 7732409. OLE color: 7732409.

HSL color Cylindrical-coordinate representation of color #B9FC75: hue angle of 89.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9FC75 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB185252117-
CMYK0.2700.540.01
HSL89.78º95.74%72.35%-
HSV(B)89.78º53.57%98.82%-
XYZ58.0381.2229.45-
YUV216.5871.8105.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 252 (98.83% from 255) = 45.49%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=33.39%
G=45.49%
B=21.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521170.2700.540.0189.7895.7472.35
HexB9FC751B03615a6048
Octal271374165330661132140110
Binary101110011111110011101011101101101101101101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FC75; }

 p { color: rgb(185,252,117); }

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

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

 a { background-color: rgb(185,252,117); }

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

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

 span { border-color: rgb(185,252,117); }

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