Shades of Sulu #BCF36F
Tints of Sulu #BCF36F
RGB
CMYK
RGB Variations
Color information
#BCF36F (or 0xBCF36F) is known color: Sulu. HEX triplet: BC, F3 and 6F. RGB value is (188,243,111). Sum of RGB (Red+Green+Blue) = 188+243+111=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36F is #430C90. Grayscale: #D3D3D3. Windows color (decimal): -4394129 or 7336892. OLE color: 7336892.
HSL color Cylindrical-coordinate representation of color #BCF36F: hue angle of 85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF36F is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 111 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.05 |
| HSL | 85º | 0.85% | 0.69% | - |
| HSV(B) | 85º | 0.54% | 0.95% | - |
| XYZ | 55.66 | 75.94 | 26.76 | - |
| YUV | 211.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 111 | 0.23 | 0 | 0.54 | 0.05 | 85 | 0.85 | 0.69 |
| Hex | BC | F3 | 6F | 17 | 0 | 36 | 5 | 55 | 55 | 45 |
| Octal | 274 | 363 | 157 | 27 | 0 | 66 | 5 | 125 | 125 | 105 |
| Binary | 10111100 | 11110011 | 1101111 | 10111 | 0 | 110110 | 101 | 1010101 | 1010101 | 1000101 |
Color Harmonies of #BCF36F
Complementary color
Monochromatic Colors of #BCF36F
Black with #BCF36F
Text Example
Text Example
White with #BCF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF36F; }
p { color: rgb(188,243,111); }
H1.HeaderClassName
{
color: #BCF36F;
}
.AnyTagClassName
{
color: #BCF36F;
}
</style>
background-color css
<style>
a { background-color: #BCF36F; }
a { background-color: rgb(188,243,111); }
div.DivClassName
{
background-color: #BCF36F;
}
.BgClassName
{
background-color: #BCF36F;
}
</style>
border-color css
<style>
span { border-color: #BCF36F; }
span { border-color: rgb(188,243,111); }
td.TdClassName
{
border-color: #BCF36F;
}
.TagClassName
{
border-color: #BCF36F;
}
</style>