#B6FA85

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

Shades of Sulu #B6FA85

Tints of Sulu #B6FA85

Color information

#B6FA85 (or 0xB6FA85) is unknown color: approx Sulu. HEX triplet: B6, FA and 85. RGB value is (182,250,133). Sum of RGB (Red+Green+Blue) = 182+250+133=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FA85 is #49057A. Grayscale: #D8D8D8. Windows color (decimal): -4785531 or 8780470. OLE color: 8780470.

HSL color Cylindrical-coordinate representation of color #B6FA85: hue angle of 94.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6FA85 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB182250133-
CMYK0.2700.470.02
HSL94.87º92.13%75.1%-
HSV(B)94.87º46.8%98.04%-
XYZ57.7180.0134.59-
YUV216.3380.97103.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=32.21%
G=44.25%
B=23.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501330.2700.470.0294.8792.1375.1
HexB6FA851B02F25f5c4b
Octal266372205330572137134113
Binary10110110111110101000010111011010111110101111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA85; }

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

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

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

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

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

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

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

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