Shades of Sulu #B6F27B
Tints of Sulu #B6F27B
RGB
CMYK
RGB Variations
Color information
#B6F27B (or 0xB6F27B) is known color: Sulu. HEX triplet: B6, F2 and 7B. RGB value is (182,242,123). Sum of RGB (Red+Green+Blue) = 182+242+123=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F27B is #490D84. Grayscale: #D2D2D2. Windows color (decimal): -4787589 or 8123062. OLE color: 8123062.
HSL color Cylindrical-coordinate representation of color #B6F27B: hue angle of 90.25º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6F27B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 123 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.05 |
| HSL | 90.25º | 0.82% | 0.72% | - |
| HSV(B) | 90.25º | 0.49% | 0.95% | - |
| XYZ | 54.62 | 74.88 | 30.31 | - |
| YUV | 210.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 123 | 0.25 | 0 | 0.49 | 0.05 | 90.25 | 0.82 | 0.72 |
| Hex | B6 | F2 | 7B | 19 | 0 | 31 | 5 | 5A | 52 | 48 |
| Octal | 266 | 362 | 173 | 31 | 0 | 61 | 5 | 132 | 122 | 110 |
| Binary | 10110110 | 11110010 | 1111011 | 11001 | 0 | 110001 | 101 | 1011010 | 1010010 | 1001000 |
Color Harmonies of #B6F27B
Complementary color
Monochromatic Colors of #B6F27B
Black with #B6F27B
Text Example
Text Example
White with #B6F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F27B; }
p { color: rgb(182,242,123); }
H1.HeaderClassName
{
color: #B6F27B;
}
.AnyTagClassName
{
color: #B6F27B;
}
</style>
background-color css
<style>
a { background-color: #B6F27B; }
a { background-color: rgb(182,242,123); }
div.DivClassName
{
background-color: #B6F27B;
}
.BgClassName
{
background-color: #B6F27B;
}
</style>
border-color css
<style>
span { border-color: #B6F27B; }
span { border-color: rgb(182,242,123); }
td.TdClassName
{
border-color: #B6F27B;
}
.TagClassName
{
border-color: #B6F27B;
}
</style>