Shades of Sulu #BDF166
Tints of Sulu #BDF166
RGB
CMYK
RGB Variations
Color information
#BDF166 (or 0xBDF166) is known color: Sulu. HEX triplet: BD, F1 and 66. RGB value is (189,241,102). Sum of RGB (Red+Green+Blue) = 189+241+102=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF166 is #420E99. Grayscale: #D2D2D2. Windows color (decimal): -4329114 or 6746557. OLE color: 6746557.
HSL color Cylindrical-coordinate representation of color #BDF166: hue angle of 82.45º 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 #BDF166 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 102 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.45º | 0.83% | 0.67% | - |
| HSV(B) | 82.45º | 0.58% | 0.95% | - |
| XYZ | 54.84 | 74.69 | 24.1 | - |
| YUV | 209.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 102 | 0.22 | 0 | 0.58 | 0.05 | 82.45 | 0.83 | 0.67 |
| Hex | BD | F1 | 66 | 16 | 0 | 3A | 5 | 52 | 53 | 43 |
| Octal | 275 | 361 | 146 | 26 | 0 | 72 | 5 | 122 | 123 | 103 |
| Binary | 10111101 | 11110001 | 1100110 | 10110 | 0 | 111010 | 101 | 1010010 | 1010011 | 1000011 |
Color Harmonies of #BDF166
Complementary color
Monochromatic Colors of #BDF166
Black with #BDF166
Text Example
Text Example
White with #BDF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF166; }
p { color: rgb(189,241,102); }
H1.HeaderClassName
{
color: #BDF166;
}
.AnyTagClassName
{
color: #BDF166;
}
</style>
background-color css
<style>
a { background-color: #BDF166; }
a { background-color: rgb(189,241,102); }
div.DivClassName
{
background-color: #BDF166;
}
.BgClassName
{
background-color: #BDF166;
}
</style>
border-color css
<style>
span { border-color: #BDF166; }
span { border-color: rgb(189,241,102); }
td.TdClassName
{
border-color: #BDF166;
}
.TagClassName
{
border-color: #BDF166;
}
</style>