Shades of Sulu #BDF17C
Tints of Sulu #BDF17C
RGB
CMYK
RGB Variations
Color information
#BDF17C (or 0xBDF17C) is known color: Sulu. HEX triplet: BD, F1 and 7C. RGB value is (189,241,124). Sum of RGB (Red+Green+Blue) = 189+241+124=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17C is #420E83. Grayscale: #D4D4D4. Windows color (decimal): -4329092 or 8188349. OLE color: 8188349.
HSL color Cylindrical-coordinate representation of color #BDF17C: hue angle of 86.67º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF17C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 124 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.05 |
| HSL | 86.67º | 0.81% | 0.72% | - |
| HSV(B) | 86.67º | 0.49% | 0.95% | - |
| XYZ | 56.08 | 75.18 | 30.63 | - |
| YUV | 212.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 124 | 0.22 | 0 | 0.49 | 0.05 | 86.67 | 0.81 | 0.72 |
| Hex | BD | F1 | 7C | 16 | 0 | 31 | 5 | 57 | 51 | 48 |
| Octal | 275 | 361 | 174 | 26 | 0 | 61 | 5 | 127 | 121 | 110 |
| Binary | 10111101 | 11110001 | 1111100 | 10110 | 0 | 110001 | 101 | 1010111 | 1010001 | 1001000 |
Color Harmonies of #BDF17C
Complementary color
Monochromatic Colors of #BDF17C
Black with #BDF17C
Text Example
Text Example
White with #BDF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF17C; }
p { color: rgb(189,241,124); }
H1.HeaderClassName
{
color: #BDF17C;
}
.AnyTagClassName
{
color: #BDF17C;
}
</style>
background-color css
<style>
a { background-color: #BDF17C; }
a { background-color: rgb(189,241,124); }
div.DivClassName
{
background-color: #BDF17C;
}
.BgClassName
{
background-color: #BDF17C;
}
</style>
border-color css
<style>
span { border-color: #BDF17C; }
span { border-color: rgb(189,241,124); }
td.TdClassName
{
border-color: #BDF17C;
}
.TagClassName
{
border-color: #BDF17C;
}
</style>