#B6FC6E

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

Shades of Sulu #B6FC6E

Tints of Sulu #B6FC6E

Color information

#B6FC6E (or 0xB6FC6E) is unknown color: approx Sulu. HEX triplet: B6, FC and 6E. RGB value is (182,252,110). Sum of RGB (Red+Green+Blue) = 182+252+110=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC6E is #490391. Grayscale: #D7D7D7. Windows color (decimal): -4785042 or 7273654. OLE color: 7273654.

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

Color convert

RGB182252110-
CMYK0.2800.560.01
HSL89.58º95.95%70.98%-
HSV(B)89.58º56.35%98.82%-
XYZ56.9280.6927.33-
YUV214.8868.81104.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=33.46%
G=46.32%
B=20.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521100.2800.560.0189.5895.9570.98
HexB6FC6E1C03815a6047
Octal266374156340701132140107
Binary101101101111110011011101110001110001101101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC6E; }

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

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

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

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

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

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

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

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