Shades of Sulu #BDF390
Tints of Sulu #BDF390
RGB
CMYK
RGB Variations
Color information
#BDF390 (or 0xBDF390) is known color: Sulu. HEX triplet: BD, F3 and 90. RGB value is (189,243,144). Sum of RGB (Red+Green+Blue) = 189+243+144=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF390 is #420C6F. Grayscale: #D7D7D7. Windows color (decimal): -4328560 or 9499581. OLE color: 9499581.
HSL color Cylindrical-coordinate representation of color #BDF390: hue angle of 92.73º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF390 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 144 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.05 |
| HSL | 92.73º | 0.8% | 0.76% | - |
| HSV(B) | 92.73º | 0.41% | 0.95% | - |
| XYZ | 58.07 | 76.93 | 38.17 | - |
| YUV | 215.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 144 | 0.22 | 0 | 0.41 | 0.05 | 92.73 | 0.8 | 0.76 |
| Hex | BD | F3 | 90 | 16 | 0 | 29 | 5 | 5D | 50 | 4C |
| Octal | 275 | 363 | 220 | 26 | 0 | 51 | 5 | 135 | 120 | 114 |
| Binary | 10111101 | 11110011 | 10010000 | 10110 | 0 | 101001 | 101 | 1011101 | 1010000 | 1001100 |
Color Harmonies of #BDF390
Complementary color
Monochromatic Colors of #BDF390
Black with #BDF390
Text Example
Text Example
White with #BDF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF390; }
p { color: rgb(189,243,144); }
H1.HeaderClassName
{
color: #BDF390;
}
.AnyTagClassName
{
color: #BDF390;
}
</style>
background-color css
<style>
a { background-color: #BDF390; }
a { background-color: rgb(189,243,144); }
div.DivClassName
{
background-color: #BDF390;
}
.BgClassName
{
background-color: #BDF390;
}
</style>
border-color css
<style>
span { border-color: #BDF390; }
span { border-color: rgb(189,243,144); }
td.TdClassName
{
border-color: #BDF390;
}
.TagClassName
{
border-color: #BDF390;
}
</style>