#B9FD71

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

Shades of Sulu #B9FD71

Tints of Sulu #B9FD71

Color information

#B9FD71 (or 0xB9FD71) is unknown color: approx Sulu. HEX triplet: B9, FD and 71. RGB value is (185,253,113). Sum of RGB (Red+Green+Blue) = 185+253+113=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FD71 is #46028E. Grayscale: #D9D9D9. Windows color (decimal): -4588175 or 7470521. OLE color: 7470521.

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

Color convert

RGB185253113-
CMYK0.2700.550.01
HSL89.14º97.22%71.76%-
HSV(B)89.14º55.34%99.22%-
XYZ58.1181.7628.34-
YUV216.7169.47105.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=33.58%
G=45.92%
B=20.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531130.2700.550.0189.1497.2271.76
HexB9FD711B0371596148
Octal271375161330671131141110
Binary101110011111110111100011101101101111101100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FD71; }

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

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

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

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

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

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

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

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