Shades of Sulu #BDF16D
Tints of Sulu #BDF16D
RGB
CMYK
RGB Variations
Color information
#BDF16D (or 0xBDF16D) is known color: Sulu. HEX triplet: BD, F1 and 6D. RGB value is (189,241,109). Sum of RGB (Red+Green+Blue) = 189+241+109=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF16D is #420E92. Grayscale: #D2D2D2. Windows color (decimal): -4329107 or 7205309. OLE color: 7205309.
HSL color Cylindrical-coordinate representation of color #BDF16D: hue angle of 83.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF16D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 109 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.05 |
| HSL | 83.64º | 0.83% | 0.69% | - |
| HSV(B) | 83.64º | 0.55% | 0.95% | - |
| XYZ | 55.2 | 74.83 | 26 | - |
| YUV | 210.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 109 | 0.22 | 0 | 0.55 | 0.05 | 83.64 | 0.83 | 0.69 |
| Hex | BD | F1 | 6D | 16 | 0 | 37 | 5 | 54 | 52 | 45 |
| Octal | 275 | 361 | 155 | 26 | 0 | 67 | 5 | 124 | 122 | 105 |
| Binary | 10111101 | 11110001 | 1101101 | 10110 | 0 | 110111 | 101 | 1010100 | 1010010 | 1000101 |
Color Harmonies of #BDF16D
Complementary color
Monochromatic Colors of #BDF16D
Black with #BDF16D
Text Example
Text Example
White with #BDF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF16D; }
p { color: rgb(189,241,109); }
H1.HeaderClassName
{
color: #BDF16D;
}
.AnyTagClassName
{
color: #BDF16D;
}
</style>
background-color css
<style>
a { background-color: #BDF16D; }
a { background-color: rgb(189,241,109); }
div.DivClassName
{
background-color: #BDF16D;
}
.BgClassName
{
background-color: #BDF16D;
}
</style>
border-color css
<style>
span { border-color: #BDF16D; }
span { border-color: rgb(189,241,109); }
td.TdClassName
{
border-color: #BDF16D;
}
.TagClassName
{
border-color: #BDF16D;
}
</style>