#B0FA75

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

Shades of Sulu #B0FA75

Tints of Sulu #B0FA75

Color information

#B0FA75 (or 0xB0FA75) is unknown color: approx Sulu. HEX triplet: B0, FA and 75. RGB value is (176,250,117). Sum of RGB (Red+Green+Blue) = 176+250+117=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA75 is #4F058A. Grayscale: #D5D5D5. Windows color (decimal): -5178763 or 7731888. OLE color: 7731888.

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

Color convert

RGB176250117-
CMYK0.3000.530.02
HSL93.38º93.01%71.96%-
HSV(B)93.38º53.2%98.04%-
XYZ55.378.8929.14-
YUV212.7173.98101.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 117 (46.09% from 255) = 21.55%
R=32.41%
G=46.04%
B=21.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501170.3000.530.0293.3893.0171.96
HexB0FA751E03525d5d48
Octal260372165360652135135110
Binary1011000011111010111010111110011010110101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA75; }

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

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

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

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

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

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

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

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