Shades of Sulu #BCF574
Tints of Sulu #BCF574
RGB
CMYK
RGB Variations
Color information
#BCF574 (or 0xBCF574) is known color: Sulu. HEX triplet: BC, F5 and 74. RGB value is (188,245,116). Sum of RGB (Red+Green+Blue) = 188+245+116=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF574 is #430A8B. Grayscale: #D5D5D5. Windows color (decimal): -4393612 or 7665084. OLE color: 7665084.
HSL color Cylindrical-coordinate representation of color #BCF574: hue angle of 86.51º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF574 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 116 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.04 |
| HSL | 86.51º | 0.87% | 0.71% | - |
| HSV(B) | 86.51º | 0.53% | 0.96% | - |
| XYZ | 56.54 | 77.26 | 28.45 | - |
| YUV | 213.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 116 | 0.23 | 0 | 0.53 | 0.04 | 86.51 | 0.87 | 0.71 |
| Hex | BC | F5 | 74 | 17 | 0 | 35 | 4 | 57 | 57 | 47 |
| Octal | 274 | 365 | 164 | 27 | 0 | 65 | 4 | 127 | 127 | 107 |
| Binary | 10111100 | 11110101 | 1110100 | 10111 | 0 | 110101 | 100 | 1010111 | 1010111 | 1000111 |
Color Harmonies of #BCF574
Complementary color
Monochromatic Colors of #BCF574
Black with #BCF574
Text Example
Text Example
White with #BCF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF574; }
p { color: rgb(188,245,116); }
H1.HeaderClassName
{
color: #BCF574;
}
.AnyTagClassName
{
color: #BCF574;
}
</style>
background-color css
<style>
a { background-color: #BCF574; }
a { background-color: rgb(188,245,116); }
div.DivClassName
{
background-color: #BCF574;
}
.BgClassName
{
background-color: #BCF574;
}
</style>
border-color css
<style>
span { border-color: #BCF574; }
span { border-color: rgb(188,245,116); }
td.TdClassName
{
border-color: #BCF574;
}
.TagClassName
{
border-color: #BCF574;
}
</style>