Shades of Sulu #BCF271
Tints of Sulu #BCF271
RGB
CMYK
RGB Variations
Color information
#BCF271 (or 0xBCF271) is known color: Sulu. HEX triplet: BC, F2 and 71. RGB value is (188,242,113). Sum of RGB (Red+Green+Blue) = 188+242+113=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF271 is #430D8E. Grayscale: #D3D3D3. Windows color (decimal): -4394383 or 7467708. OLE color: 7467708.
HSL color Cylindrical-coordinate representation of color #BCF271: hue angle of 85.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF271 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 113 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 85.12º | 0.83% | 0.7% | - |
| HSV(B) | 85.12º | 0.53% | 0.95% | - |
| XYZ | 55.47 | 75.39 | 27.25 | - |
| YUV | 211.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 113 | 0.22 | 0 | 0.53 | 0.05 | 85.12 | 0.83 | 0.7 |
| Hex | BC | F2 | 71 | 16 | 0 | 35 | 5 | 55 | 53 | 46 |
| Octal | 274 | 362 | 161 | 26 | 0 | 65 | 5 | 125 | 123 | 106 |
| Binary | 10111100 | 11110010 | 1110001 | 10110 | 0 | 110101 | 101 | 1010101 | 1010011 | 1000110 |
Color Harmonies of #BCF271
Complementary color
Monochromatic Colors of #BCF271
Black with #BCF271
Text Example
Text Example
White with #BCF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF271; }
p { color: rgb(188,242,113); }
H1.HeaderClassName
{
color: #BCF271;
}
.AnyTagClassName
{
color: #BCF271;
}
</style>
background-color css
<style>
a { background-color: #BCF271; }
a { background-color: rgb(188,242,113); }
div.DivClassName
{
background-color: #BCF271;
}
.BgClassName
{
background-color: #BCF271;
}
</style>
border-color css
<style>
span { border-color: #BCF271; }
span { border-color: rgb(188,242,113); }
td.TdClassName
{
border-color: #BCF271;
}
.TagClassName
{
border-color: #BCF271;
}
</style>