Shades of Sulu #B8F27D
Tints of Sulu #B8F27D
RGB
CMYK
RGB Variations
Color information
#B8F27D (or 0xB8F27D) is known color: Sulu. HEX triplet: B8, F2 and 7D. RGB value is (184,242,125). Sum of RGB (Red+Green+Blue) = 184+242+125=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F27D is #470D82. Grayscale: #D3D3D3. Windows color (decimal): -4656515 or 8254136. OLE color: 8254136.
HSL color Cylindrical-coordinate representation of color #B8F27D: hue angle of 89.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8F27D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 125 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.05 |
| HSL | 89.74º | 0.82% | 0.72% | - |
| HSV(B) | 89.74º | 0.48% | 0.95% | - |
| XYZ | 55.22 | 75.18 | 31 | - |
| YUV | 211.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 125 | 0.24 | 0 | 0.48 | 0.05 | 89.74 | 0.82 | 0.72 |
| Hex | B8 | F2 | 7D | 18 | 0 | 30 | 5 | 5A | 52 | 48 |
| Octal | 270 | 362 | 175 | 30 | 0 | 60 | 5 | 132 | 122 | 110 |
| Binary | 10111000 | 11110010 | 1111101 | 11000 | 0 | 110000 | 101 | 1011010 | 1010010 | 1001000 |
Color Harmonies of #B8F27D
Complementary color
Monochromatic Colors of #B8F27D
Black with #B8F27D
Text Example
Text Example
White with #B8F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F27D; }
p { color: rgb(184,242,125); }
H1.HeaderClassName
{
color: #B8F27D;
}
.AnyTagClassName
{
color: #B8F27D;
}
</style>
background-color css
<style>
a { background-color: #B8F27D; }
a { background-color: rgb(184,242,125); }
div.DivClassName
{
background-color: #B8F27D;
}
.BgClassName
{
background-color: #B8F27D;
}
</style>
border-color css
<style>
span { border-color: #B8F27D; }
span { border-color: rgb(184,242,125); }
td.TdClassName
{
border-color: #B8F27D;
}
.TagClassName
{
border-color: #B8F27D;
}
</style>