Shades of Sulu #BCFB7E
Tints of Sulu #BCFB7E
RGB
CMYK
RGB Variations
Color information
#BCFB7E (or 0xBCFB7E) is known color: Sulu. HEX triplet: BC, FB and 7E. RGB value is (188,251,126). Sum of RGB (Red+Green+Blue) = 188+251+126=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB7E is #430481. Grayscale: #DADADA. Windows color (decimal): -4392066 or 8321980. OLE color: 8321980.
HSL color Cylindrical-coordinate representation of color #BCFB7E: hue angle of 90.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFB7E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 126 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.02 |
| HSL | 90.24º | 0.94% | 0.74% | - |
| HSV(B) | 90.24º | 0.5% | 0.98% | - |
| XYZ | 59 | 81.19 | 32.3 | - |
| YUV | 217.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 126 | 0.25 | 0 | 0.50 | 0.02 | 90.24 | 0.94 | 0.74 |
| Hex | BC | FB | 7E | 19 | 0 | 32 | 2 | 5A | 5E | 4A |
| Octal | 274 | 373 | 176 | 31 | 0 | 62 | 2 | 132 | 136 | 112 |
| Binary | 10111100 | 11111011 | 1111110 | 11001 | 0 | 110010 | 10 | 1011010 | 1011110 | 1001010 |
Color Harmonies of #BCFB7E
Complementary color
Monochromatic Colors of #BCFB7E
Black with #BCFB7E
Text Example
Text Example
White with #BCFB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB7E; }
p { color: rgb(188,251,126); }
H1.HeaderClassName
{
color: #BCFB7E;
}
.AnyTagClassName
{
color: #BCFB7E;
}
</style>
background-color css
<style>
a { background-color: #BCFB7E; }
a { background-color: rgb(188,251,126); }
div.DivClassName
{
background-color: #BCFB7E;
}
.BgClassName
{
background-color: #BCFB7E;
}
</style>
border-color css
<style>
span { border-color: #BCFB7E; }
span { border-color: rgb(188,251,126); }
td.TdClassName
{
border-color: #BCFB7E;
}
.TagClassName
{
border-color: #BCFB7E;
}
</style>