#B0F971

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

Shades of Sulu #B0F971

Tints of Sulu #B0F971

Color information

#B0F971 (or 0xB0F971) is unknown color: approx Sulu. HEX triplet: B0, F9 and 71. RGB value is (176,249,113). Sum of RGB (Red+Green+Blue) = 176+249+113=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F971 is #4F068E. Grayscale: #D4D4D4. Windows color (decimal): -5179023 or 7469488. OLE color: 7469488.

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

Color convert

RGB176249113-
CMYK0.2900.550.02
HSL92.21º91.89%70.98%-
HSV(B)92.21º54.62%97.65%-
XYZ54.7678.1727.83-
YUV211.6772.32102.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 113 (44.53% from 255) = 21.00%
R=32.71%
G=46.28%
B=21.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491130.2900.550.0292.2191.8970.98
HexB0F9711D03725c5c47
Octal260371161350672134134107
Binary1011000011111001111000111101011011110101110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F971; }

 p { color: rgb(176,249,113); }

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

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

 a { background-color: rgb(176,249,113); }

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

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

 span { border-color: rgb(176,249,113); }

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