#B0F171

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

Shades of Sulu #B0F171

Tints of Sulu #B0F171

Color information

#B0F171 (or 0xB0F171) is unknown color: approx Sulu. HEX triplet: B0, F1 and 71. RGB value is (176,241,113). Sum of RGB (Red+Green+Blue) = 176+241+113=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F171 is #4F0E8E. Grayscale: #CFCFCF. Windows color (decimal): -5181071 or 7467440. OLE color: 7467440.

HSL color Cylindrical-coordinate representation of color #B0F171: hue angle of 90.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0F171 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB176241113-
CMYK0.2700.530.05
HSL90.47º82.05%69.41%-
HSV(B)90.47º53.11%94.51%-
XYZ52.3473.3327.02-
YUV206.9774.97105.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=33.21%
G=45.47%
B=21.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411130.2700.530.0590.4782.0569.41
HexB0F1711B03555a5245
Octal260361161330655132122105
Binary10110000111100011110001110110110101101101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F171; }

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

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

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

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

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

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

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

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