Shades of Sulu #BCF96E
Tints of Sulu #BCF96E
RGB
CMYK
RGB Variations
Color information
#BCF96E (or 0xBCF96E) is known color: Sulu. HEX triplet: BC, F9 and 6E. RGB value is (188,249,110). Sum of RGB (Red+Green+Blue) = 188+249+110=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF96E is #430691. Grayscale: #D7D7D7. Windows color (decimal): -4392594 or 7272892. OLE color: 7272892.
HSL color Cylindrical-coordinate representation of color #BCF96E: hue angle of 86.33º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF96E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 110 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.02 |
| HSL | 86.33º | 0.92% | 0.7% | - |
| HSV(B) | 86.33º | 0.56% | 0.98% | - |
| XYZ | 57.43 | 79.57 | 27.08 | - |
| YUV | 214.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 110 | 0.24 | 0 | 0.56 | 0.02 | 86.33 | 0.92 | 0.7 |
| Hex | BC | F9 | 6E | 18 | 0 | 38 | 2 | 56 | 5C | 46 |
| Octal | 274 | 371 | 156 | 30 | 0 | 70 | 2 | 126 | 134 | 106 |
| Binary | 10111100 | 11111001 | 1101110 | 11000 | 0 | 111000 | 10 | 1010110 | 1011100 | 1000110 |
Color Harmonies of #BCF96E
Complementary color
Monochromatic Colors of #BCF96E
Black with #BCF96E
Text Example
Text Example
White with #BCF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF96E; }
p { color: rgb(188,249,110); }
H1.HeaderClassName
{
color: #BCF96E;
}
.AnyTagClassName
{
color: #BCF96E;
}
</style>
background-color css
<style>
a { background-color: #BCF96E; }
a { background-color: rgb(188,249,110); }
div.DivClassName
{
background-color: #BCF96E;
}
.BgClassName
{
background-color: #BCF96E;
}
</style>
border-color css
<style>
span { border-color: #BCF96E; }
span { border-color: rgb(188,249,110); }
td.TdClassName
{
border-color: #BCF96E;
}
.TagClassName
{
border-color: #BCF96E;
}
</style>