Shades of Sulu #B6F285
Tints of Sulu #B6F285
RGB
CMYK
RGB Variations
Color information
#B6F285 (or 0xB6F285) is known color: Sulu. HEX triplet: B6, F2 and 85. RGB value is (182,242,133). Sum of RGB (Red+Green+Blue) = 182+242+133=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F285 is #490D7A. Grayscale: #D4D4D4. Windows color (decimal): -4787579 or 8778422. OLE color: 8778422.
HSL color Cylindrical-coordinate representation of color #B6F285: hue angle of 93.03º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6F285 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 133 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.05 |
| HSL | 93.03º | 0.81% | 0.74% | - |
| HSV(B) | 93.03º | 0.45% | 0.95% | - |
| XYZ | 55.28 | 75.14 | 33.78 | - |
| YUV | 211.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 133 | 0.25 | 0 | 0.45 | 0.05 | 93.03 | 0.81 | 0.74 |
| Hex | B6 | F2 | 85 | 19 | 0 | 2D | 5 | 5D | 51 | 4A |
| Octal | 266 | 362 | 205 | 31 | 0 | 55 | 5 | 135 | 121 | 112 |
| Binary | 10110110 | 11110010 | 10000101 | 11001 | 0 | 101101 | 101 | 1011101 | 1010001 | 1001010 |
Color Harmonies of #B6F285
Complementary color
Monochromatic Colors of #B6F285
Black with #B6F285
Text Example
Text Example
White with #B6F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F285; }
p { color: rgb(182,242,133); }
H1.HeaderClassName
{
color: #B6F285;
}
.AnyTagClassName
{
color: #B6F285;
}
</style>
background-color css
<style>
a { background-color: #B6F285; }
a { background-color: rgb(182,242,133); }
div.DivClassName
{
background-color: #B6F285;
}
.BgClassName
{
background-color: #B6F285;
}
</style>
border-color css
<style>
span { border-color: #B6F285; }
span { border-color: rgb(182,242,133); }
td.TdClassName
{
border-color: #B6F285;
}
.TagClassName
{
border-color: #B6F285;
}
</style>