Shades of Sulu #BDF38F
Tints of Sulu #BDF38F
RGB
CMYK
RGB Variations
Color information
#BDF38F (or 0xBDF38F) is known color: Sulu. HEX triplet: BD, F3 and 8F. RGB value is (189,243,143). Sum of RGB (Red+Green+Blue) = 189+243+143=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38F is #420C70. Grayscale: #D7D7D7. Windows color (decimal): -4328561 or 9434045. OLE color: 9434045.
HSL color Cylindrical-coordinate representation of color #BDF38F: hue angle of 92.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF38F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 143 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.05 |
| HSL | 92.4º | 0.81% | 0.76% | - |
| HSV(B) | 92.4º | 0.41% | 0.95% | - |
| XYZ | 57.99 | 76.9 | 37.77 | - |
| YUV | 215.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 143 | 0.22 | 0 | 0.41 | 0.05 | 92.4 | 0.81 | 0.76 |
| Hex | BD | F3 | 8F | 16 | 0 | 29 | 5 | 5C | 51 | 4C |
| Octal | 275 | 363 | 217 | 26 | 0 | 51 | 5 | 134 | 121 | 114 |
| Binary | 10111101 | 11110011 | 10001111 | 10110 | 0 | 101001 | 101 | 1011100 | 1010001 | 1001100 |
Color Harmonies of #BDF38F
Complementary color
Monochromatic Colors of #BDF38F
Black with #BDF38F
Text Example
Text Example
White with #BDF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF38F; }
p { color: rgb(189,243,143); }
H1.HeaderClassName
{
color: #BDF38F;
}
.AnyTagClassName
{
color: #BDF38F;
}
</style>
background-color css
<style>
a { background-color: #BDF38F; }
a { background-color: rgb(189,243,143); }
div.DivClassName
{
background-color: #BDF38F;
}
.BgClassName
{
background-color: #BDF38F;
}
</style>
border-color css
<style>
span { border-color: #BDF38F; }
span { border-color: rgb(189,243,143); }
td.TdClassName
{
border-color: #BDF38F;
}
.TagClassName
{
border-color: #BDF38F;
}
</style>