#B6FC80

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

Shades of Sulu #B6FC80

Tints of Sulu #B6FC80

Color information

#B6FC80 (or 0xB6FC80) is unknown color: approx Sulu. HEX triplet: B6, FC and 80. RGB value is (182,252,128). Sum of RGB (Red+Green+Blue) = 182+252+128=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FC80 is #49037F. Grayscale: #D9D9D9. Windows color (decimal): -4785024 or 8453302. OLE color: 8453302.

HSL color Cylindrical-coordinate representation of color #B6FC80: hue angle of 93.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6FC80 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB182252128-
CMYK0.2800.490.01
HSL93.87º95.38%74.51%-
HSV(B)93.87º49.21%98.82%-
XYZ5881.1233.02-
YUV216.9377.81103.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=32.38%
G=44.84%
B=22.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521280.2800.490.0193.8795.3874.51
HexB6FC801C03115e5f4b
Octal266374200340611136137113
Binary1011011011111100100000001110001100011101111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC80; }

 p { color: rgb(182,252,128); }

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

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

 a { background-color: rgb(182,252,128); }

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

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

 span { border-color: rgb(182,252,128); }

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