#B6F885

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

Shades of Sulu #B6F885

Tints of Sulu #B6F885

Color information

#B6F885 (or 0xB6F885) is unknown color: approx Sulu. HEX triplet: B6, F8 and 85. RGB value is (182,248,133). Sum of RGB (Red+Green+Blue) = 182+248+133=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F885 is #49077A. Grayscale: #D7D7D7. Windows color (decimal): -4786043 or 8779958. OLE color: 8779958.

HSL color Cylindrical-coordinate representation of color #B6F885: hue angle of 94.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6F885 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB182248133-
CMYK0.2700.460.03
HSL94.43º89.15%74.71%-
HSV(B)94.43º46.37%97.25%-
XYZ57.0978.7734.39-
YUV215.1681.63104.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=32.33%
G=44.05%
B=23.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822481330.2700.460.0394.4389.1574.71
HexB6F8851B02E35e594b
Octal266370205330563136131113
Binary10110110111110001000010111011010111011101111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F885; }

 p { color: rgb(182,248,133); }

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

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

 a { background-color: rgb(182,248,133); }

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

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

 span { border-color: rgb(182,248,133); }

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