#B0FC6B

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

Shades of Sulu #B0FC6B

Tints of Sulu #B0FC6B

Color information

#B0FC6B (or 0xB0FC6B) is unknown color: approx Sulu. HEX triplet: B0, FC and 6B. RGB value is (176,252,107). Sum of RGB (Red+Green+Blue) = 176+252+107=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC6B is #4F0394. Grayscale: #D5D5D5. Windows color (decimal): -5178261 or 7077040. OLE color: 7077040.

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

Color convert

RGB176252107-
CMYK0.3000.580.01
HSL91.45º96.03%70.39%-
HSV(B)91.45º57.54%98.82%-
XYZ55.3779.9126.42-
YUV212.7568.32101.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 252 (98.83% from 255) = 47.10%
BLUE value IS 107 (42.19% from 255) = 20%
R=32.90%
G=47.10%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521070.3000.580.0191.4596.0370.39
HexB0FC6B1E03A15b6046
Octal260374153360721133140106
Binary101100001111110011010111111001110101101101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC6B; }

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

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

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

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

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

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

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

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