#B0F175

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

Shades of Sulu #B0F175

Tints of Sulu #B0F175

Color information

#B0F175 (or 0xB0F175) is unknown color: approx Sulu. HEX triplet: B0, F1 and 75. RGB value is (176,241,117). Sum of RGB (Red+Green+Blue) = 176+241+117=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F175 is #4F0E8A. Grayscale: #CFCFCF. Windows color (decimal): -5181067 or 7729584. OLE color: 7729584.

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

Color convert

RGB176241117-
CMYK0.2700.510.05
HSL91.45º81.58%70.2%-
HSV(B)91.45º51.45%94.51%-
XYZ52.5773.4328.23-
YUV207.4376.97105.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=32.96%
G=45.13%
B=21.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411170.2700.510.0591.4581.5870.2
HexB0F1751B03355b5246
Octal260361165330635133122106
Binary10110000111100011110101110110110011101101101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F175; }

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

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

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

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

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

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

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

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