Shades of Sulu #BDF38D
Tints of Sulu #BDF38D
RGB
CMYK
RGB Variations
Color information
#BDF38D (or 0xBDF38D) is known color: Sulu. HEX triplet: BD, F3 and 8D. RGB value is (189,243,141). Sum of RGB (Red+Green+Blue) = 189+243+141=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38D is #420C72. Grayscale: #D7D7D7. Windows color (decimal): -4328563 or 9302973. OLE color: 9302973.
HSL color Cylindrical-coordinate representation of color #BDF38D: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF38D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 141 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.05 |
| HSL | 91.76º | 0.81% | 0.75% | - |
| HSV(B) | 91.76º | 0.42% | 0.95% | - |
| XYZ | 57.84 | 76.84 | 36.98 | - |
| YUV | 215.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 141 | 0.22 | 0 | 0.42 | 0.05 | 91.76 | 0.81 | 0.75 |
| Hex | BD | F3 | 8D | 16 | 0 | 2A | 5 | 5C | 51 | 4B |
| Octal | 275 | 363 | 215 | 26 | 0 | 52 | 5 | 134 | 121 | 113 |
| Binary | 10111101 | 11110011 | 10001101 | 10110 | 0 | 101010 | 101 | 1011100 | 1010001 | 1001011 |
Color Harmonies of #BDF38D
Complementary color
Monochromatic Colors of #BDF38D
Black with #BDF38D
Text Example
Text Example
White with #BDF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF38D; }
p { color: rgb(189,243,141); }
H1.HeaderClassName
{
color: #BDF38D;
}
.AnyTagClassName
{
color: #BDF38D;
}
</style>
background-color css
<style>
a { background-color: #BDF38D; }
a { background-color: rgb(189,243,141); }
div.DivClassName
{
background-color: #BDF38D;
}
.BgClassName
{
background-color: #BDF38D;
}
</style>
border-color css
<style>
span { border-color: #BDF38D; }
span { border-color: rgb(189,243,141); }
td.TdClassName
{
border-color: #BDF38D;
}
.TagClassName
{
border-color: #BDF38D;
}
</style>