#B6FC66

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

Shades of Sulu #B6FC66

Tints of Sulu #B6FC66

Color information

#B6FC66 (or 0xB6FC66) is unknown color: approx Sulu. HEX triplet: B6, FC and 66. RGB value is (182,252,102). Sum of RGB (Red+Green+Blue) = 182+252+102=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC66 is #490399. Grayscale: #D6D6D6. Windows color (decimal): -4785050 or 6749366. OLE color: 6749366.

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

Color convert

RGB182252102-
CMYK0.2800.600.01
HSL88º96.15%69.41%-
HSV(B)88º59.52%98.82%-
XYZ56.580.5325.14-
YUV213.9764.81105.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=33.96%
G=47.01%
B=19.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521020.2800.600.018896.1569.41
HexB6FC661C03C1586045
Octal266374146340741130140105
Binary101101101111110011001101110001111001101100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC66; }

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

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

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

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

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

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

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

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