Shades of Sulu #B8F27B
Tints of Sulu #B8F27B
RGB
CMYK
RGB Variations
Color information
#B8F27B (or 0xB8F27B) is known color: Sulu. HEX triplet: B8, F2 and 7B. RGB value is (184,242,123). Sum of RGB (Red+Green+Blue) = 184+242+123=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F27B is #470D84. Grayscale: #D3D3D3. Windows color (decimal): -4656517 or 8123064. OLE color: 8123064.
HSL color Cylindrical-coordinate representation of color #B8F27B: hue angle of 89.24º 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 #B8F27B is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 123 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.05 |
| HSL | 89.24º | 0.82% | 0.72% | - |
| HSV(B) | 89.24º | 0.49% | 0.95% | - |
| XYZ | 55.09 | 75.12 | 30.34 | - |
| YUV | 211.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 123 | 0.24 | 0 | 0.49 | 0.05 | 89.24 | 0.82 | 0.72 |
| Hex | B8 | F2 | 7B | 18 | 0 | 31 | 5 | 59 | 52 | 48 |
| Octal | 270 | 362 | 173 | 30 | 0 | 61 | 5 | 131 | 122 | 110 |
| Binary | 10111000 | 11110010 | 1111011 | 11000 | 0 | 110001 | 101 | 1011001 | 1010010 | 1001000 |
Color Harmonies of #B8F27B
Complementary color
Monochromatic Colors of #B8F27B
Black with #B8F27B
Text Example
Text Example
White with #B8F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F27B; }
p { color: rgb(184,242,123); }
H1.HeaderClassName
{
color: #B8F27B;
}
.AnyTagClassName
{
color: #B8F27B;
}
</style>
background-color css
<style>
a { background-color: #B8F27B; }
a { background-color: rgb(184,242,123); }
div.DivClassName
{
background-color: #B8F27B;
}
.BgClassName
{
background-color: #B8F27B;
}
</style>
border-color css
<style>
span { border-color: #B8F27B; }
span { border-color: rgb(184,242,123); }
td.TdClassName
{
border-color: #B8F27B;
}
.TagClassName
{
border-color: #B8F27B;
}
</style>