#B0FA7B

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

Shades of Sulu #B0FA7B

Tints of Sulu #B0FA7B

Color information

#B0FA7B (or 0xB0FA7B) is unknown color: approx Sulu. HEX triplet: B0, FA and 7B. RGB value is (176,250,123). Sum of RGB (Red+Green+Blue) = 176+250+123=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA7B is #4F0584. Grayscale: #D5D5D5. Windows color (decimal): -5178757 or 8125104. OLE color: 8125104.

HSL color Cylindrical-coordinate representation of color #B0FA7B: hue angle of 94.96º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FA7B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB176250123-
CMYK0.3000.510.02
HSL94.96º92.7%73.14%-
HSV(B)94.96º50.8%98.04%-
XYZ55.6779.0331.06-
YUV213.476.98101.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=32.06%
G=45.54%
B=22.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501230.3000.510.0294.9692.773.14
HexB0FA7B1E03325f5d49
Octal260372173360632137135111
Binary1011000011111010111101111110011001110101111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA7B; }

 p { color: rgb(176,250,123); }

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

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

 a { background-color: rgb(176,250,123); }

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

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

 span { border-color: rgb(176,250,123); }

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