#b0f172

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

Shades of Sulu #B0F172

Tints of Sulu #B0F172

Color information

#B0F172 (or 0xB0F172) is unknown color: approx Sulu. HEX triplet: B0, F1 and 72. RGB value is (176,241,114). Sum of RGB (Red+Green+Blue) = 176+241+114=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F172 is #4F0E8D. Grayscale: #CFCFCF. Windows color (decimal): -5181070 or 7532976. OLE color: 7532976.

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

Color convert

RGB176241114-
CMYK0.2700.530.05
HSL90.71º81.94%69.61%-
HSV(B)90.71º52.7%94.51%-
XYZ52.473.3627.32-
YUV207.0975.47105.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=33.15%
G=45.39%
B=21.47%

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
Decimal1762411140.2700.530.0590.7181.9469.61
HexB0F1721B03555b5246
Octal260361162330655133122106
Binary10110000111100011110010110110110101101101101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f172; }

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

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

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

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

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

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

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

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