#B6FC76

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

Shades of Sulu #B6FC76

Tints of Sulu #B6FC76

Color information

#B6FC76 (or 0xB6FC76) is unknown color: approx Sulu. HEX triplet: B6, FC and 76. RGB value is (182,252,118). Sum of RGB (Red+Green+Blue) = 182+252+118=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC76 is #490389. Grayscale: #D8D8D8. Windows color (decimal): -4785034 or 7797942. OLE color: 7797942.

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

Color convert

RGB182252118-
CMYK0.2800.530.01
HSL91.34º95.71%72.55%-
HSV(B)91.34º53.17%98.82%-
XYZ57.3780.8729.73-
YUV215.7972.81103.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 252 (98.83% from 255) = 45.65%
BLUE value IS 118 (46.48% from 255) = 21.38%
R=32.97%
G=45.65%
B=21.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521180.2800.530.0191.3495.7172.55
HexB6FC761C03515b6049
Octal266374166340651133140111
Binary101101101111110011101101110001101011101101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC76; }

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

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

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

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

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

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

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

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