Shades of Sulu #BDF376
Tints of Sulu #BDF376
RGB
CMYK
RGB Variations
Color information
#BDF376 (or 0xBDF376) is known color: Sulu. HEX triplet: BD, F3 and 76. RGB value is (189,243,118). Sum of RGB (Red+Green+Blue) = 189+243+118=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF376 is #420C89. Grayscale: #D5D5D5. Windows color (decimal): -4328586 or 7795645. OLE color: 7795645.
HSL color Cylindrical-coordinate representation of color #BDF376: hue angle of 85.92º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF376 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 118 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.05 |
| HSL | 85.92º | 0.84% | 0.71% | - |
| HSV(B) | 85.92º | 0.51% | 0.95% | - |
| XYZ | 56.31 | 76.23 | 28.89 | - |
| YUV | 212.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 118 | 0.22 | 0 | 0.51 | 0.05 | 85.92 | 0.84 | 0.71 |
| Hex | BD | F3 | 76 | 16 | 0 | 33 | 5 | 56 | 54 | 47 |
| Octal | 275 | 363 | 166 | 26 | 0 | 63 | 5 | 126 | 124 | 107 |
| Binary | 10111101 | 11110011 | 1110110 | 10110 | 0 | 110011 | 101 | 1010110 | 1010100 | 1000111 |
Color Harmonies of #BDF376
Complementary color
Monochromatic Colors of #BDF376
Black with #BDF376
Text Example
Text Example
White with #BDF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF376; }
p { color: rgb(189,243,118); }
H1.HeaderClassName
{
color: #BDF376;
}
.AnyTagClassName
{
color: #BDF376;
}
</style>
background-color css
<style>
a { background-color: #BDF376; }
a { background-color: rgb(189,243,118); }
div.DivClassName
{
background-color: #BDF376;
}
.BgClassName
{
background-color: #BDF376;
}
</style>
border-color css
<style>
span { border-color: #BDF376; }
span { border-color: rgb(189,243,118); }
td.TdClassName
{
border-color: #BDF376;
}
.TagClassName
{
border-color: #BDF376;
}
</style>