Shades of Sulu #BDF47C
Tints of Sulu #BDF47C
RGB
CMYK
RGB Variations
Color information
#BDF47C (or 0xBDF47C) is known color: Sulu. HEX triplet: BD, F4 and 7C. RGB value is (189,244,124). Sum of RGB (Red+Green+Blue) = 189+244+124=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF47C is #420B83. Grayscale: #D6D6D6. Windows color (decimal): -4328324 or 8189117. OLE color: 8189117.
HSL color Cylindrical-coordinate representation of color #BDF47C: hue angle of 87.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF47C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 124 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.04 |
| HSL | 87.5º | 0.85% | 0.72% | - |
| HSV(B) | 87.5º | 0.49% | 0.96% | - |
| XYZ | 56.98 | 76.98 | 30.92 | - |
| YUV | 213.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 124 | 0.23 | 0 | 0.49 | 0.04 | 87.5 | 0.85 | 0.72 |
| Hex | BD | F4 | 7C | 17 | 0 | 31 | 4 | 57 | 55 | 48 |
| Octal | 275 | 364 | 174 | 27 | 0 | 61 | 4 | 127 | 125 | 110 |
| Binary | 10111101 | 11110100 | 1111100 | 10111 | 0 | 110001 | 100 | 1010111 | 1010101 | 1001000 |
Color Harmonies of #BDF47C
Complementary color
Monochromatic Colors of #BDF47C
Black with #BDF47C
Text Example
Text Example
White with #BDF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF47C; }
p { color: rgb(189,244,124); }
H1.HeaderClassName
{
color: #BDF47C;
}
.AnyTagClassName
{
color: #BDF47C;
}
</style>
background-color css
<style>
a { background-color: #BDF47C; }
a { background-color: rgb(189,244,124); }
div.DivClassName
{
background-color: #BDF47C;
}
.BgClassName
{
background-color: #BDF47C;
}
</style>
border-color css
<style>
span { border-color: #BDF47C; }
span { border-color: rgb(189,244,124); }
td.TdClassName
{
border-color: #BDF47C;
}
.TagClassName
{
border-color: #BDF47C;
}
</style>