Shades of Sulu #BDF36F
Tints of Sulu #BDF36F
RGB
CMYK
RGB Variations
Color information
#BDF36F (or 0xBDF36F) is known color: Sulu. HEX triplet: BD, F3 and 6F. RGB value is (189,243,111). Sum of RGB (Red+Green+Blue) = 189+243+111=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36F is #420C90. Grayscale: #D4D4D4. Windows color (decimal): -4328593 or 7336893. OLE color: 7336893.
HSL color Cylindrical-coordinate representation of color #BDF36F: hue angle of 84.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF36F is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 111 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.05 |
| HSL | 84.55º | 0.85% | 0.69% | - |
| HSV(B) | 84.55º | 0.54% | 0.95% | - |
| XYZ | 55.91 | 76.07 | 26.77 | - |
| YUV | 211.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 111 | 0.22 | 0 | 0.54 | 0.05 | 84.55 | 0.85 | 0.69 |
| Hex | BD | F3 | 6F | 16 | 0 | 36 | 5 | 55 | 55 | 45 |
| Octal | 275 | 363 | 157 | 26 | 0 | 66 | 5 | 125 | 125 | 105 |
| Binary | 10111101 | 11110011 | 1101111 | 10110 | 0 | 110110 | 101 | 1010101 | 1010101 | 1000101 |
Color Harmonies of #BDF36F
Complementary color
Monochromatic Colors of #BDF36F
Black with #BDF36F
Text Example
Text Example
White with #BDF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF36F; }
p { color: rgb(189,243,111); }
H1.HeaderClassName
{
color: #BDF36F;
}
.AnyTagClassName
{
color: #BDF36F;
}
</style>
background-color css
<style>
a { background-color: #BDF36F; }
a { background-color: rgb(189,243,111); }
div.DivClassName
{
background-color: #BDF36F;
}
.BgClassName
{
background-color: #BDF36F;
}
</style>
border-color css
<style>
span { border-color: #BDF36F; }
span { border-color: rgb(189,243,111); }
td.TdClassName
{
border-color: #BDF36F;
}
.TagClassName
{
border-color: #BDF36F;
}
</style>