#B9F471

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

Shades of Sulu #B9F471

Tints of Sulu #B9F471

Color information

#B9F471 (or 0xB9F471) is unknown color: approx Sulu. HEX triplet: B9, F4 and 71. RGB value is (185,244,113). Sum of RGB (Red+Green+Blue) = 185+244+113=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F471 is #460B8E. Grayscale: #D3D3D3. Windows color (decimal): -4590479 or 7468217. OLE color: 7468217.

HSL color Cylindrical-coordinate representation of color #B9F471: hue angle of 87.02º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9F471 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB185244113-
CMYK0.2400.540.04
HSL87.02º85.62%70%-
HSV(B)87.02º53.69%95.69%-
XYZ55.3476.2127.42-
YUV211.4272.45109.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 113 (44.53% from 255) = 20.85%
R=34.13%
G=45.02%
B=20.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852441130.2400.540.0487.0285.6270
HexB9F471180364575646
Octal271364161300664127126106
Binary10111001111101001110001110000110110100101011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F471; }

 p { color: rgb(185,244,113); }

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

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

 a { background-color: rgb(185,244,113); }

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

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

 span { border-color: rgb(185,244,113); }

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