Shades of Sulu #BDF371
Tints of Sulu #BDF371
RGB
CMYK
RGB Variations
Color information
#BDF371 (or 0xBDF371) is known color: Sulu. HEX triplet: BD, F3 and 71. RGB value is (189,243,113). Sum of RGB (Red+Green+Blue) = 189+243+113=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF371 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF371 is #420C8E. Grayscale: #D4D4D4. Windows color (decimal): -4328591 or 7467965. OLE color: 7467965.
HSL color Cylindrical-coordinate representation of color #BDF371: hue angle of 84.92º 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 #BDF371 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 113 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 84.92º | 0.84% | 0.7% | - |
| HSV(B) | 84.92º | 0.53% | 0.95% | - |
| XYZ | 56.02 | 76.11 | 27.36 | - |
| YUV | 212.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 113 | 0.22 | 0 | 0.53 | 0.05 | 84.92 | 0.84 | 0.7 |
| Hex | BD | F3 | 71 | 16 | 0 | 35 | 5 | 55 | 54 | 46 |
| Octal | 275 | 363 | 161 | 26 | 0 | 65 | 5 | 125 | 124 | 106 |
| Binary | 10111101 | 11110011 | 1110001 | 10110 | 0 | 110101 | 101 | 1010101 | 1010100 | 1000110 |
Color Harmonies of #BDF371
Complementary color
Monochromatic Colors of #BDF371
Black with #BDF371
Text Example
Text Example
White with #BDF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF371; }
p { color: rgb(189,243,113); }
H1.HeaderClassName
{
color: #BDF371;
}
.AnyTagClassName
{
color: #BDF371;
}
</style>
background-color css
<style>
a { background-color: #BDF371; }
a { background-color: rgb(189,243,113); }
div.DivClassName
{
background-color: #BDF371;
}
.BgClassName
{
background-color: #BDF371;
}
</style>
border-color css
<style>
span { border-color: #BDF371; }
span { border-color: rgb(189,243,113); }
td.TdClassName
{
border-color: #BDF371;
}
.TagClassName
{
border-color: #BDF371;
}
</style>