#B0F76D

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

Shades of Sulu #B0F76D

Tints of Sulu #B0F76D

Color information

#B0F76D (or 0xB0F76D) is unknown color: approx Sulu. HEX triplet: B0, F7 and 6D. RGB value is (176,247,109). Sum of RGB (Red+Green+Blue) = 176+247+109=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F76D is #4F0892. Grayscale: #D2D2D2. Windows color (decimal): -5179539 or 7206832. OLE color: 7206832.

HSL color Cylindrical-coordinate representation of color #B0F76D: hue angle of 90.87º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0F76D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB176247109-
CMYK0.2900.560.03
HSL90.87º89.61%69.8%-
HSV(B)90.87º55.87%96.86%-
XYZ53.9376.8626.46-
YUV210.0470.98103.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 247 (96.88% from 255) = 46.43%
BLUE value IS 109 (42.97% from 255) = 20.49%
R=33.08%
G=46.43%
B=20.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471090.2900.560.0390.8789.6169.8
HexB0F76D1D03835b5a46
Octal260367155350703133132106
Binary1011000011110111110110111101011100011101101110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F76D; }

 p { color: rgb(176,247,109); }

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

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

 a { background-color: rgb(176,247,109); }

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

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

 span { border-color: rgb(176,247,109); }

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