#B6FF6F

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

Shades of Sulu #B6FF6F

Tints of Sulu #B6FF6F

Color information

#B6FF6F (or 0xB6FF6F) is unknown color: approx Sulu. HEX triplet: B6, FF and 6F. RGB value is (182,255,111). Sum of RGB (Red+Green+Blue) = 182+255+111=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF6F is #490090. Grayscale: #D9D9D9. Windows color (decimal): -4784273 or 7339958. OLE color: 7339958.

HSL color Cylindrical-coordinate representation of color #B6FF6F: hue angle of 90.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6FF6F is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB182255111-
CMYK0.2900.560
HSL90.42º100%71.76%-
HSV(B)90.42º56.47%100%-
XYZ57.9282.6127.93-
YUV216.7668.32103.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 111 (43.75% from 255) = 20.26%
R=33.21%
G=46.53%
B=20.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551110.2900.56090.4210071.76
HexB6FF6F1D03805a6448
Octal266377157350700132144110
Binary101101101111111111011111110101110000101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF6F; }

 p { color: rgb(182,255,111); }

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

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

 a { background-color: rgb(182,255,111); }

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

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

 span { border-color: rgb(182,255,111); }

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