Shades of Sulu #BDF369
Tints of Sulu #BDF369
RGB
CMYK
RGB Variations
Color information
#BDF369 (or 0xBDF369) is known color: Sulu. HEX triplet: BD, F3 and 69. RGB value is (189,243,105). Sum of RGB (Red+Green+Blue) = 189+243+105=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF369 is #420C96. Grayscale: #D3D3D3. Windows color (decimal): -4328599 or 6943677. OLE color: 6943677.
HSL color Cylindrical-coordinate representation of color #BDF369: hue angle of 83.48º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF369 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 105 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.05 |
| HSL | 83.48º | 0.85% | 0.68% | - |
| HSV(B) | 83.48º | 0.57% | 0.95% | - |
| XYZ | 55.59 | 75.94 | 25.09 | - |
| YUV | 211.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 105 | 0.22 | 0 | 0.57 | 0.05 | 83.48 | 0.85 | 0.68 |
| Hex | BD | F3 | 69 | 16 | 0 | 39 | 5 | 53 | 55 | 44 |
| Octal | 275 | 363 | 151 | 26 | 0 | 71 | 5 | 123 | 125 | 104 |
| Binary | 10111101 | 11110011 | 1101001 | 10110 | 0 | 111001 | 101 | 1010011 | 1010101 | 1000100 |
Color Harmonies of #BDF369
Complementary color
Monochromatic Colors of #BDF369
Black with #BDF369
Text Example
Text Example
White with #BDF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF369; }
p { color: rgb(189,243,105); }
H1.HeaderClassName
{
color: #BDF369;
}
.AnyTagClassName
{
color: #BDF369;
}
</style>
background-color css
<style>
a { background-color: #BDF369; }
a { background-color: rgb(189,243,105); }
div.DivClassName
{
background-color: #BDF369;
}
.BgClassName
{
background-color: #BDF369;
}
</style>
border-color css
<style>
span { border-color: #BDF369; }
span { border-color: rgb(189,243,105); }
td.TdClassName
{
border-color: #BDF369;
}
.TagClassName
{
border-color: #BDF369;
}
</style>