Shades of Sulu #BDF184
Tints of Sulu #BDF184
RGB
CMYK
RGB Variations
Color information
#BDF184 (or 0xBDF184) is known color: Sulu. HEX triplet: BD, F1 and 84. RGB value is (189,241,132). Sum of RGB (Red+Green+Blue) = 189+241+132=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF184 is #420E7B. Grayscale: #D5D5D5. Windows color (decimal): -4329084 or 8712637. OLE color: 8712637.
HSL color Cylindrical-coordinate representation of color #BDF184: hue angle of 88.62º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF184 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 88.62º | 0.8% | 0.73% | - |
| HSV(B) | 88.62º | 0.45% | 0.95% | - |
| XYZ | 56.61 | 75.4 | 33.4 | - |
| YUV | 213.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 132 | 0.22 | 0 | 0.45 | 0.05 | 88.62 | 0.8 | 0.73 |
| Hex | BD | F1 | 84 | 16 | 0 | 2D | 5 | 59 | 50 | 49 |
| Octal | 275 | 361 | 204 | 26 | 0 | 55 | 5 | 131 | 120 | 111 |
| Binary | 10111101 | 11110001 | 10000100 | 10110 | 0 | 101101 | 101 | 1011001 | 1010000 | 1001001 |
Color Harmonies of #BDF184
Complementary color
Monochromatic Colors of #BDF184
Black with #BDF184
Text Example
Text Example
White with #BDF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF184; }
p { color: rgb(189,241,132); }
H1.HeaderClassName
{
color: #BDF184;
}
.AnyTagClassName
{
color: #BDF184;
}
</style>
background-color css
<style>
a { background-color: #BDF184; }
a { background-color: rgb(189,241,132); }
div.DivClassName
{
background-color: #BDF184;
}
.BgClassName
{
background-color: #BDF184;
}
</style>
border-color css
<style>
span { border-color: #BDF184; }
span { border-color: rgb(189,241,132); }
td.TdClassName
{
border-color: #BDF184;
}
.TagClassName
{
border-color: #BDF184;
}
</style>