Shades of Sulu #BCF36D
Tints of Sulu #BCF36D
RGB
CMYK
RGB Variations
Color information
#BCF36D (or 0xBCF36D) is known color: Sulu. HEX triplet: BC, F3 and 6D. RGB value is (188,243,109). Sum of RGB (Red+Green+Blue) = 188+243+109=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36D is #430C92. Grayscale: #D3D3D3. Windows color (decimal): -4394131 or 7205820. OLE color: 7205820.
HSL color Cylindrical-coordinate representation of color #BCF36D: hue angle of 84.63º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF36D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 109 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.05 |
| HSL | 84.63º | 0.85% | 0.69% | - |
| HSV(B) | 84.63º | 0.55% | 0.95% | - |
| XYZ | 55.55 | 75.9 | 26.19 | - |
| YUV | 211.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 109 | 0.23 | 0 | 0.55 | 0.05 | 84.63 | 0.85 | 0.69 |
| Hex | BC | F3 | 6D | 17 | 0 | 37 | 5 | 55 | 55 | 45 |
| Octal | 274 | 363 | 155 | 27 | 0 | 67 | 5 | 125 | 125 | 105 |
| Binary | 10111100 | 11110011 | 1101101 | 10111 | 0 | 110111 | 101 | 1010101 | 1010101 | 1000101 |
Color Harmonies of #BCF36D
Complementary color
Monochromatic Colors of #BCF36D
Black with #BCF36D
Text Example
Text Example
White with #BCF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF36D; }
p { color: rgb(188,243,109); }
H1.HeaderClassName
{
color: #BCF36D;
}
.AnyTagClassName
{
color: #BCF36D;
}
</style>
background-color css
<style>
a { background-color: #BCF36D; }
a { background-color: rgb(188,243,109); }
div.DivClassName
{
background-color: #BCF36D;
}
.BgClassName
{
background-color: #BCF36D;
}
</style>
border-color css
<style>
span { border-color: #BCF36D; }
span { border-color: rgb(188,243,109); }
td.TdClassName
{
border-color: #BCF36D;
}
.TagClassName
{
border-color: #BCF36D;
}
</style>