Shades of Sulu #BDF373
Tints of Sulu #BDF373
RGB
CMYK
RGB Variations
Color information
#BDF373 (or 0xBDF373) is known color: Sulu. HEX triplet: BD, F3 and 73. RGB value is (189,243,115). Sum of RGB (Red+Green+Blue) = 189+243+115=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF373 is #420C8C. Grayscale: #D4D4D4. Windows color (decimal): -4328589 or 7599037. OLE color: 7599037.
HSL color Cylindrical-coordinate representation of color #BDF373: hue angle of 85.31º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF373 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 115 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 85.31º | 0.84% | 0.7% | - |
| HSV(B) | 85.31º | 0.53% | 0.95% | - |
| XYZ | 56.13 | 76.16 | 27.96 | - |
| YUV | 212.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 115 | 0.22 | 0 | 0.53 | 0.05 | 85.31 | 0.84 | 0.7 |
| Hex | BD | F3 | 73 | 16 | 0 | 35 | 5 | 55 | 54 | 46 |
| Octal | 275 | 363 | 163 | 26 | 0 | 65 | 5 | 125 | 124 | 106 |
| Binary | 10111101 | 11110011 | 1110011 | 10110 | 0 | 110101 | 101 | 1010101 | 1010100 | 1000110 |
Color Harmonies of #BDF373
Complementary color
Monochromatic Colors of #BDF373
Black with #BDF373
Text Example
Text Example
White with #BDF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF373; }
p { color: rgb(189,243,115); }
H1.HeaderClassName
{
color: #BDF373;
}
.AnyTagClassName
{
color: #BDF373;
}
</style>
background-color css
<style>
a { background-color: #BDF373; }
a { background-color: rgb(189,243,115); }
div.DivClassName
{
background-color: #BDF373;
}
.BgClassName
{
background-color: #BDF373;
}
</style>
border-color css
<style>
span { border-color: #BDF373; }
span { border-color: rgb(189,243,115); }
td.TdClassName
{
border-color: #BDF373;
}
.TagClassName
{
border-color: #BDF373;
}
</style>