Shades of Sulu #BDF366
Tints of Sulu #BDF366
RGB
CMYK
RGB Variations
Color information
#BDF366 (or 0xBDF366) is known color: Sulu. HEX triplet: BD, F3 and 66. RGB value is (189,243,102). Sum of RGB (Red+Green+Blue) = 189+243+102=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF366 is #420C99. Grayscale: #D3D3D3. Windows color (decimal): -4328602 or 6747069. OLE color: 6747069.
HSL color Cylindrical-coordinate representation of color #BDF366: hue angle of 82.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF366 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 102 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.98º | 0.85% | 0.68% | - |
| HSV(B) | 82.98º | 0.58% | 0.95% | - |
| XYZ | 55.44 | 75.88 | 24.29 | - |
| YUV | 210.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 102 | 0.22 | 0 | 0.58 | 0.05 | 82.98 | 0.85 | 0.68 |
| Hex | BD | F3 | 66 | 16 | 0 | 3A | 5 | 53 | 55 | 44 |
| Octal | 275 | 363 | 146 | 26 | 0 | 72 | 5 | 123 | 125 | 104 |
| Binary | 10111101 | 11110011 | 1100110 | 10110 | 0 | 111010 | 101 | 1010011 | 1010101 | 1000100 |
Color Harmonies of #BDF366
Complementary color
Monochromatic Colors of #BDF366
Black with #BDF366
Text Example
Text Example
White with #BDF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF366; }
p { color: rgb(189,243,102); }
H1.HeaderClassName
{
color: #BDF366;
}
.AnyTagClassName
{
color: #BDF366;
}
</style>
background-color css
<style>
a { background-color: #BDF366; }
a { background-color: rgb(189,243,102); }
div.DivClassName
{
background-color: #BDF366;
}
.BgClassName
{
background-color: #BDF366;
}
</style>
border-color css
<style>
span { border-color: #BDF366; }
span { border-color: rgb(189,243,102); }
td.TdClassName
{
border-color: #BDF366;
}
.TagClassName
{
border-color: #BDF366;
}
</style>