Shades of Sulu #BDF168
Tints of Sulu #BDF168
RGB
CMYK
RGB Variations
Color information
#BDF168 (or 0xBDF168) is known color: Sulu. HEX triplet: BD, F1 and 68. RGB value is (189,241,104). Sum of RGB (Red+Green+Blue) = 189+241+104=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF168 is #420E97. Grayscale: #D2D2D2. Windows color (decimal): -4329112 or 6877629. OLE color: 6877629.
HSL color Cylindrical-coordinate representation of color #BDF168: hue angle of 82.77º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF168 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 104 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.05 |
| HSL | 82.77º | 0.83% | 0.68% | - |
| HSV(B) | 82.77º | 0.57% | 0.95% | - |
| XYZ | 54.94 | 74.73 | 24.63 | - |
| YUV | 209.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 104 | 0.22 | 0 | 0.57 | 0.05 | 82.77 | 0.83 | 0.68 |
| Hex | BD | F1 | 68 | 16 | 0 | 39 | 5 | 53 | 53 | 44 |
| Octal | 275 | 361 | 150 | 26 | 0 | 71 | 5 | 123 | 123 | 104 |
| Binary | 10111101 | 11110001 | 1101000 | 10110 | 0 | 111001 | 101 | 1010011 | 1010011 | 1000100 |
Color Harmonies of #BDF168
Complementary color
Monochromatic Colors of #BDF168
Black with #BDF168
Text Example
Text Example
White with #BDF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF168; }
p { color: rgb(189,241,104); }
H1.HeaderClassName
{
color: #BDF168;
}
.AnyTagClassName
{
color: #BDF168;
}
</style>
background-color css
<style>
a { background-color: #BDF168; }
a { background-color: rgb(189,241,104); }
div.DivClassName
{
background-color: #BDF168;
}
.BgClassName
{
background-color: #BDF168;
}
</style>
border-color css
<style>
span { border-color: #BDF168; }
span { border-color: rgb(189,241,104); }
td.TdClassName
{
border-color: #BDF168;
}
.TagClassName
{
border-color: #BDF168;
}
</style>