Shades of Sulu #BDF769
Tints of Sulu #BDF769
RGB
CMYK
RGB Variations
Color information
#BDF769 (or 0xBDF769) is known color: Sulu. HEX triplet: BD, F7 and 69. RGB value is (189,247,105). Sum of RGB (Red+Green+Blue) = 189+247+105=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF769 is #420896. Grayscale: #D5D5D5. Windows color (decimal): -4327575 or 6944701. OLE color: 6944701.
HSL color Cylindrical-coordinate representation of color #BDF769: hue angle of 84.51º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF769 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 105 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.03 |
| HSL | 84.51º | 0.9% | 0.69% | - |
| HSV(B) | 84.51º | 0.57% | 0.97% | - |
| XYZ | 56.8 | 78.36 | 25.5 | - |
| YUV | 213.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 105 | 0.23 | 0 | 0.57 | 0.03 | 84.51 | 0.9 | 0.69 |
| Hex | BD | F7 | 69 | 17 | 0 | 39 | 3 | 55 | 5A | 45 |
| Octal | 275 | 367 | 151 | 27 | 0 | 71 | 3 | 125 | 132 | 105 |
| Binary | 10111101 | 11110111 | 1101001 | 10111 | 0 | 111001 | 11 | 1010101 | 1011010 | 1000101 |
Color Harmonies of #BDF769
Complementary color
Monochromatic Colors of #BDF769
Black with #BDF769
Text Example
Text Example
White with #BDF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF769; }
p { color: rgb(189,247,105); }
H1.HeaderClassName
{
color: #BDF769;
}
.AnyTagClassName
{
color: #BDF769;
}
</style>
background-color css
<style>
a { background-color: #BDF769; }
a { background-color: rgb(189,247,105); }
div.DivClassName
{
background-color: #BDF769;
}
.BgClassName
{
background-color: #BDF769;
}
</style>
border-color css
<style>
span { border-color: #BDF769; }
span { border-color: rgb(189,247,105); }
td.TdClassName
{
border-color: #BDF769;
}
.TagClassName
{
border-color: #BDF769;
}
</style>