Shades of Sulu #BCF467
Tints of Sulu #BCF467
RGB
CMYK
RGB Variations
Color information
#BCF467 (or 0xBCF467) is known color: Sulu. HEX triplet: BC, F4 and 67. RGB value is (188,244,103). Sum of RGB (Red+Green+Blue) = 188+244+103=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF467 is #430B98. Grayscale: #D3D3D3. Windows color (decimal): -4393881 or 6812860. OLE color: 6812860.
HSL color Cylindrical-coordinate representation of color #BCF467: hue angle of 83.83º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF467 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 103 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.04 |
| HSL | 83.83º | 0.87% | 0.68% | - |
| HSV(B) | 83.83º | 0.58% | 0.96% | - |
| XYZ | 55.54 | 76.37 | 24.65 | - |
| YUV | 211.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 103 | 0.23 | 0 | 0.58 | 0.04 | 83.83 | 0.87 | 0.68 |
| Hex | BC | F4 | 67 | 17 | 0 | 3A | 4 | 54 | 57 | 44 |
| Octal | 274 | 364 | 147 | 27 | 0 | 72 | 4 | 124 | 127 | 104 |
| Binary | 10111100 | 11110100 | 1100111 | 10111 | 0 | 111010 | 100 | 1010100 | 1010111 | 1000100 |
Color Harmonies of #BCF467
Complementary color
Monochromatic Colors of #BCF467
Black with #BCF467
Text Example
Text Example
White with #BCF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF467; }
p { color: rgb(188,244,103); }
H1.HeaderClassName
{
color: #BCF467;
}
.AnyTagClassName
{
color: #BCF467;
}
</style>
background-color css
<style>
a { background-color: #BCF467; }
a { background-color: rgb(188,244,103); }
div.DivClassName
{
background-color: #BCF467;
}
.BgClassName
{
background-color: #BCF467;
}
</style>
border-color css
<style>
span { border-color: #BCF467; }
span { border-color: rgb(188,244,103); }
td.TdClassName
{
border-color: #BCF467;
}
.TagClassName
{
border-color: #BCF467;
}
</style>