#B0FC7C

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

Shades of Sulu #B0FC7C

Tints of Sulu #B0FC7C

Color information

#B0FC7C (or 0xB0FC7C) is unknown color: approx Sulu. HEX triplet: B0, FC and 7C. RGB value is (176,252,124). Sum of RGB (Red+Green+Blue) = 176+252+124=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC7C is #4F0383. Grayscale: #D7D7D7. Windows color (decimal): -5178244 or 8191152. OLE color: 8191152.

HSL color Cylindrical-coordinate representation of color #B0FC7C: hue angle of 95.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FC7C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB176252124-
CMYK0.3000.510.01
HSL95.62º95.52%73.73%-
HSV(B)95.62º50.79%98.82%-
XYZ56.3580.3131.6-
YUV214.6876.82100.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 252 (98.83% from 255) = 45.65%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=31.88%
G=45.65%
B=22.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521240.3000.510.0195.6295.5273.73
HexB0FC7C1E033160604a
Octal260374174360631140140112
Binary101100001111110011111001111001100111110000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC7C; }

 p { color: rgb(176,252,124); }

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

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

 a { background-color: rgb(176,252,124); }

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

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

 span { border-color: rgb(176,252,124); }

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