Shades of Sulu #BDF46E
Tints of Sulu #BDF46E
RGB
CMYK
RGB Variations
Color information
#BDF46E (or 0xBDF46E) is known color: Sulu. HEX triplet: BD, F4 and 6E. RGB value is (189,244,110). Sum of RGB (Red+Green+Blue) = 189+244+110=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF46E is #420B91. Grayscale: #D4D4D4. Windows color (decimal): -4328338 or 7271613. OLE color: 7271613.
HSL color Cylindrical-coordinate representation of color #BDF46E: hue angle of 84.63º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF46E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 110 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.04 |
| HSL | 84.63º | 0.86% | 0.69% | - |
| HSV(B) | 84.63º | 0.55% | 0.96% | - |
| XYZ | 56.15 | 76.65 | 26.59 | - |
| YUV | 212.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 110 | 0.23 | 0 | 0.55 | 0.04 | 84.63 | 0.86 | 0.69 |
| Hex | BD | F4 | 6E | 17 | 0 | 37 | 4 | 55 | 56 | 45 |
| Octal | 275 | 364 | 156 | 27 | 0 | 67 | 4 | 125 | 126 | 105 |
| Binary | 10111101 | 11110100 | 1101110 | 10111 | 0 | 110111 | 100 | 1010101 | 1010110 | 1000101 |
Color Harmonies of #BDF46E
Complementary color
Monochromatic Colors of #BDF46E
Black with #BDF46E
Text Example
Text Example
White with #BDF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF46E; }
p { color: rgb(189,244,110); }
H1.HeaderClassName
{
color: #BDF46E;
}
.AnyTagClassName
{
color: #BDF46E;
}
</style>
background-color css
<style>
a { background-color: #BDF46E; }
a { background-color: rgb(189,244,110); }
div.DivClassName
{
background-color: #BDF46E;
}
.BgClassName
{
background-color: #BDF46E;
}
</style>
border-color css
<style>
span { border-color: #BDF46E; }
span { border-color: rgb(189,244,110); }
td.TdClassName
{
border-color: #BDF46E;
}
.TagClassName
{
border-color: #BDF46E;
}
</style>