Shades of Sulu #BDF669
Tints of Sulu #BDF669
RGB
CMYK
RGB Variations
Color information
#BDF669 (or 0xBDF669) is known color: Sulu. HEX triplet: BD, F6 and 69. RGB value is (189,246,105). Sum of RGB (Red+Green+Blue) = 189+246+105=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF669 is #420996. Grayscale: #D5D5D5. Windows color (decimal): -4327831 or 6944445. OLE color: 6944445.
HSL color Cylindrical-coordinate representation of color #BDF669: hue angle of 84.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF669 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 105 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.04 |
| HSL | 84.26º | 0.89% | 0.69% | - |
| HSV(B) | 84.26º | 0.57% | 0.96% | - |
| XYZ | 56.49 | 77.75 | 25.39 | - |
| YUV | 212.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 105 | 0.23 | 0 | 0.57 | 0.04 | 84.26 | 0.89 | 0.69 |
| Hex | BD | F6 | 69 | 17 | 0 | 39 | 4 | 54 | 59 | 45 |
| Octal | 275 | 366 | 151 | 27 | 0 | 71 | 4 | 124 | 131 | 105 |
| Binary | 10111101 | 11110110 | 1101001 | 10111 | 0 | 111001 | 100 | 1010100 | 1011001 | 1000101 |
Color Harmonies of #BDF669
Complementary color
Monochromatic Colors of #BDF669
Black with #BDF669
Text Example
Text Example
White with #BDF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF669; }
p { color: rgb(189,246,105); }
H1.HeaderClassName
{
color: #BDF669;
}
.AnyTagClassName
{
color: #BDF669;
}
</style>
background-color css
<style>
a { background-color: #BDF669; }
a { background-color: rgb(189,246,105); }
div.DivClassName
{
background-color: #BDF669;
}
.BgClassName
{
background-color: #BDF669;
}
</style>
border-color css
<style>
span { border-color: #BDF669; }
span { border-color: rgb(189,246,105); }
td.TdClassName
{
border-color: #BDF669;
}
.TagClassName
{
border-color: #BDF669;
}
</style>