Shades of Sulu #BDF16C
Tints of Sulu #BDF16C
RGB
CMYK
RGB Variations
Color information
#BDF16C (or 0xBDF16C) is known color: Sulu. HEX triplet: BD, F1 and 6C. RGB value is (189,241,108). Sum of RGB (Red+Green+Blue) = 189+241+108=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF16C is #420E93. Grayscale: #D2D2D2. Windows color (decimal): -4329108 or 7139773. OLE color: 7139773.
HSL color Cylindrical-coordinate representation of color #BDF16C: hue angle of 83.46º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF16C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 108 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.05 |
| HSL | 83.46º | 0.83% | 0.68% | - |
| HSV(B) | 83.46º | 0.55% | 0.95% | - |
| XYZ | 55.15 | 74.81 | 25.72 | - |
| YUV | 210.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 108 | 0.22 | 0 | 0.55 | 0.05 | 83.46 | 0.83 | 0.68 |
| Hex | BD | F1 | 6C | 16 | 0 | 37 | 5 | 53 | 53 | 44 |
| Octal | 275 | 361 | 154 | 26 | 0 | 67 | 5 | 123 | 123 | 104 |
| Binary | 10111101 | 11110001 | 1101100 | 10110 | 0 | 110111 | 101 | 1010011 | 1010011 | 1000100 |
Color Harmonies of #BDF16C
Complementary color
Monochromatic Colors of #BDF16C
Black with #BDF16C
Text Example
Text Example
White with #BDF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF16C; }
p { color: rgb(189,241,108); }
H1.HeaderClassName
{
color: #BDF16C;
}
.AnyTagClassName
{
color: #BDF16C;
}
</style>
background-color css
<style>
a { background-color: #BDF16C; }
a { background-color: rgb(189,241,108); }
div.DivClassName
{
background-color: #BDF16C;
}
.BgClassName
{
background-color: #BDF16C;
}
</style>
border-color css
<style>
span { border-color: #BDF16C; }
span { border-color: rgb(189,241,108); }
td.TdClassName
{
border-color: #BDF16C;
}
.TagClassName
{
border-color: #BDF16C;
}
</style>