Shades of Sulu #BDF379
Tints of Sulu #BDF379
RGB
CMYK
RGB Variations
Color information
#BDF379 (or 0xBDF379) is known color: Sulu. HEX triplet: BD, F3 and 79. RGB value is (189,243,121). Sum of RGB (Red+Green+Blue) = 189+243+121=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF379 is #420C86. Grayscale: #D5D5D5. Windows color (decimal): -4328583 or 7992253. OLE color: 7992253.
HSL color Cylindrical-coordinate representation of color #BDF379: hue angle of 86.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF379 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 121 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.05 |
| HSL | 86.56º | 0.84% | 0.71% | - |
| HSV(B) | 86.56º | 0.5% | 0.95% | - |
| XYZ | 56.49 | 76.3 | 29.84 | - |
| YUV | 212.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 121 | 0.22 | 0 | 0.50 | 0.05 | 86.56 | 0.84 | 0.71 |
| Hex | BD | F3 | 79 | 16 | 0 | 32 | 5 | 57 | 54 | 47 |
| Octal | 275 | 363 | 171 | 26 | 0 | 62 | 5 | 127 | 124 | 107 |
| Binary | 10111101 | 11110011 | 1111001 | 10110 | 0 | 110010 | 101 | 1010111 | 1010100 | 1000111 |
Color Harmonies of #BDF379
Complementary color
Monochromatic Colors of #BDF379
Black with #BDF379
Text Example
Text Example
White with #BDF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF379; }
p { color: rgb(189,243,121); }
H1.HeaderClassName
{
color: #BDF379;
}
.AnyTagClassName
{
color: #BDF379;
}
</style>
background-color css
<style>
a { background-color: #BDF379; }
a { background-color: rgb(189,243,121); }
div.DivClassName
{
background-color: #BDF379;
}
.BgClassName
{
background-color: #BDF379;
}
</style>
border-color css
<style>
span { border-color: #BDF379; }
span { border-color: rgb(189,243,121); }
td.TdClassName
{
border-color: #BDF379;
}
.TagClassName
{
border-color: #BDF379;
}
</style>