Shades of Sulu #BDF568
Tints of Sulu #BDF568
RGB
CMYK
RGB Variations
Color information
#BDF568 (or 0xBDF568) is known color: Sulu. HEX triplet: BD, F5 and 68. RGB value is (189,245,104). Sum of RGB (Red+Green+Blue) = 189+245+104=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF568 is #420A97. Grayscale: #D4D4D4. Windows color (decimal): -4328088 or 6878653. OLE color: 6878653.
HSL color Cylindrical-coordinate representation of color #BDF568: hue angle of 83.83º degrees, saturation: 0.88, 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 #BDF568 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 104 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.04 |
| HSL | 83.83º | 0.88% | 0.68% | - |
| HSV(B) | 83.83º | 0.58% | 0.96% | - |
| XYZ | 56.14 | 77.12 | 25.02 | - |
| YUV | 212.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 104 | 0.23 | 0 | 0.58 | 0.04 | 83.83 | 0.88 | 0.68 |
| Hex | BD | F5 | 68 | 17 | 0 | 3A | 4 | 54 | 58 | 44 |
| Octal | 275 | 365 | 150 | 27 | 0 | 72 | 4 | 124 | 130 | 104 |
| Binary | 10111101 | 11110101 | 1101000 | 10111 | 0 | 111010 | 100 | 1010100 | 1011000 | 1000100 |
Color Harmonies of #BDF568
Complementary color
Monochromatic Colors of #BDF568
Black with #BDF568
Text Example
Text Example
White with #BDF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF568; }
p { color: rgb(189,245,104); }
H1.HeaderClassName
{
color: #BDF568;
}
.AnyTagClassName
{
color: #BDF568;
}
</style>
background-color css
<style>
a { background-color: #BDF568; }
a { background-color: rgb(189,245,104); }
div.DivClassName
{
background-color: #BDF568;
}
.BgClassName
{
background-color: #BDF568;
}
</style>
border-color css
<style>
span { border-color: #BDF568; }
span { border-color: rgb(189,245,104); }
td.TdClassName
{
border-color: #BDF568;
}
.TagClassName
{
border-color: #BDF568;
}
</style>