Shades of Sulu #BDF564
Tints of Sulu #BDF564
RGB
CMYK
RGB Variations
Color information
#BDF564 (or 0xBDF564) is known color: Sulu. HEX triplet: BD, F5 and 64. RGB value is (189,245,100). Sum of RGB (Red+Green+Blue) = 189+245+100=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF564 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF564 is #420A9B. Grayscale: #D4D4D4. Windows color (decimal): -4328092 or 6616509. OLE color: 6616509.
HSL color Cylindrical-coordinate representation of color #BDF564: hue angle of 83.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF564 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 100 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.04 |
| HSL | 83.17º | 0.88% | 0.68% | - |
| HSV(B) | 83.17º | 0.59% | 0.96% | - |
| XYZ | 55.94 | 77.04 | 23.98 | - |
| YUV | 211.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 100 | 0.23 | 0 | 0.59 | 0.04 | 83.17 | 0.88 | 0.68 |
| Hex | BD | F5 | 64 | 17 | 0 | 3B | 4 | 53 | 58 | 44 |
| Octal | 275 | 365 | 144 | 27 | 0 | 73 | 4 | 123 | 130 | 104 |
| Binary | 10111101 | 11110101 | 1100100 | 10111 | 0 | 111011 | 100 | 1010011 | 1011000 | 1000100 |
Color Harmonies of #BDF564
Complementary color
Monochromatic Colors of #BDF564
Black with #BDF564
Text Example
Text Example
White with #BDF564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF564; }
p { color: rgb(189,245,100); }
H1.HeaderClassName
{
color: #BDF564;
}
.AnyTagClassName
{
color: #BDF564;
}
</style>
background-color css
<style>
a { background-color: #BDF564; }
a { background-color: rgb(189,245,100); }
div.DivClassName
{
background-color: #BDF564;
}
.BgClassName
{
background-color: #BDF564;
}
</style>
border-color css
<style>
span { border-color: #BDF564; }
span { border-color: rgb(189,245,100); }
td.TdClassName
{
border-color: #BDF564;
}
.TagClassName
{
border-color: #BDF564;
}
</style>