Shades of Sulu #BDF387
Tints of Sulu #BDF387
RGB
CMYK
RGB Variations
Color information
#BDF387 (or 0xBDF387) is known color: Sulu. HEX triplet: BD, F3 and 87. RGB value is (189,243,135). Sum of RGB (Red+Green+Blue) = 189+243+135=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF387 is #420C78. Grayscale: #D6D6D6. Windows color (decimal): -4328569 or 8909757. OLE color: 8909757.
HSL color Cylindrical-coordinate representation of color #BDF387: hue angle of 90º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF387 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 135 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 90º | 0.82% | 0.74% | - |
| HSV(B) | 90º | 0.44% | 0.95% | - |
| XYZ | 57.41 | 76.67 | 34.69 | - |
| YUV | 214.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 135 | 0.22 | 0 | 0.44 | 0.05 | 90 | 0.82 | 0.74 |
| Hex | BD | F3 | 87 | 16 | 0 | 2C | 5 | 5A | 52 | 4A |
| Octal | 275 | 363 | 207 | 26 | 0 | 54 | 5 | 132 | 122 | 112 |
| Binary | 10111101 | 11110011 | 10000111 | 10110 | 0 | 101100 | 101 | 1011010 | 1010010 | 1001010 |
Color Harmonies of #BDF387
Complementary color
Monochromatic Colors of #BDF387
Black with #BDF387
Text Example
Text Example
White with #BDF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF387; }
p { color: rgb(189,243,135); }
H1.HeaderClassName
{
color: #BDF387;
}
.AnyTagClassName
{
color: #BDF387;
}
</style>
background-color css
<style>
a { background-color: #BDF387; }
a { background-color: rgb(189,243,135); }
div.DivClassName
{
background-color: #BDF387;
}
.BgClassName
{
background-color: #BDF387;
}
</style>
border-color css
<style>
span { border-color: #BDF387; }
span { border-color: rgb(189,243,135); }
td.TdClassName
{
border-color: #BDF387;
}
.TagClassName
{
border-color: #BDF387;
}
</style>