Shades of Sulu #BDF165
Tints of Sulu #BDF165
RGB
CMYK
RGB Variations
Color information
#BDF165 (or 0xBDF165) is known color: Sulu. HEX triplet: BD, F1 and 65. RGB value is (189,241,101). Sum of RGB (Red+Green+Blue) = 189+241+101=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF165 is #420E9A. Grayscale: #D2D2D2. Windows color (decimal): -4329115 or 6681021. OLE color: 6681021.
HSL color Cylindrical-coordinate representation of color #BDF165: hue angle of 82.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF165 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 101 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.29º | 0.83% | 0.67% | - |
| HSV(B) | 82.29º | 0.58% | 0.95% | - |
| XYZ | 54.79 | 74.67 | 23.84 | - |
| YUV | 209.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 101 | 0.22 | 0 | 0.58 | 0.05 | 82.29 | 0.83 | 0.67 |
| Hex | BD | F1 | 65 | 16 | 0 | 3A | 5 | 52 | 53 | 43 |
| Octal | 275 | 361 | 145 | 26 | 0 | 72 | 5 | 122 | 123 | 103 |
| Binary | 10111101 | 11110001 | 1100101 | 10110 | 0 | 111010 | 101 | 1010010 | 1010011 | 1000011 |
Color Harmonies of #BDF165
Complementary color
Monochromatic Colors of #BDF165
Black with #BDF165
Text Example
Text Example
White with #BDF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF165; }
p { color: rgb(189,241,101); }
H1.HeaderClassName
{
color: #BDF165;
}
.AnyTagClassName
{
color: #BDF165;
}
</style>
background-color css
<style>
a { background-color: #BDF165; }
a { background-color: rgb(189,241,101); }
div.DivClassName
{
background-color: #BDF165;
}
.BgClassName
{
background-color: #BDF165;
}
</style>
border-color css
<style>
span { border-color: #BDF165; }
span { border-color: rgb(189,241,101); }
td.TdClassName
{
border-color: #BDF165;
}
.TagClassName
{
border-color: #BDF165;
}
</style>