Shades of Sulu #BCF66D
Tints of Sulu #BCF66D
RGB
CMYK
RGB Variations
Color information
#BCF66D (or 0xBCF66D) is known color: Sulu. HEX triplet: BC, F6 and 6D. RGB value is (188,246,109). Sum of RGB (Red+Green+Blue) = 188+246+109=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF66D is #430992. Grayscale: #D5D5D5. Windows color (decimal): -4393363 or 7206588. OLE color: 7206588.
HSL color Cylindrical-coordinate representation of color #BCF66D: hue angle of 85.4º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF66D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 109 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.04 |
| HSL | 85.4º | 0.88% | 0.7% | - |
| HSV(B) | 85.4º | 0.56% | 0.96% | - |
| XYZ | 56.46 | 77.71 | 26.49 | - |
| YUV | 213.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 109 | 0.24 | 0 | 0.56 | 0.04 | 85.4 | 0.88 | 0.7 |
| Hex | BC | F6 | 6D | 18 | 0 | 38 | 4 | 55 | 58 | 46 |
| Octal | 274 | 366 | 155 | 30 | 0 | 70 | 4 | 125 | 130 | 106 |
| Binary | 10111100 | 11110110 | 1101101 | 11000 | 0 | 111000 | 100 | 1010101 | 1011000 | 1000110 |
Color Harmonies of #BCF66D
Complementary color
Monochromatic Colors of #BCF66D
Black with #BCF66D
Text Example
Text Example
White with #BCF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF66D; }
p { color: rgb(188,246,109); }
H1.HeaderClassName
{
color: #BCF66D;
}
.AnyTagClassName
{
color: #BCF66D;
}
</style>
background-color css
<style>
a { background-color: #BCF66D; }
a { background-color: rgb(188,246,109); }
div.DivClassName
{
background-color: #BCF66D;
}
.BgClassName
{
background-color: #BCF66D;
}
</style>
border-color css
<style>
span { border-color: #BCF66D; }
span { border-color: rgb(188,246,109); }
td.TdClassName
{
border-color: #BCF66D;
}
.TagClassName
{
border-color: #BCF66D;
}
</style>