Shades of Sulu #BDF46A
Tints of Sulu #BDF46A
RGB
CMYK
RGB Variations
Color information
#BDF46A (or 0xBDF46A) is known color: Sulu. HEX triplet: BD, F4 and 6A. RGB value is (189,244,106). Sum of RGB (Red+Green+Blue) = 189+244+106=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF46A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF46A is #420B95. Grayscale: #D4D4D4. Windows color (decimal): -4328342 or 7009469. OLE color: 7009469.
HSL color Cylindrical-coordinate representation of color #BDF46A: hue angle of 83.91º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF46A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 106 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.04 |
| HSL | 83.91º | 0.86% | 0.69% | - |
| HSV(B) | 83.91º | 0.57% | 0.96% | - |
| XYZ | 55.94 | 76.56 | 25.47 | - |
| YUV | 211.82 | 68.28 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 106 | 0.23 | 0 | 0.57 | 0.04 | 83.91 | 0.86 | 0.69 |
| Hex | BD | F4 | 6A | 17 | 0 | 39 | 4 | 54 | 56 | 45 |
| Octal | 275 | 364 | 152 | 27 | 0 | 71 | 4 | 124 | 126 | 105 |
| Binary | 10111101 | 11110100 | 1101010 | 10111 | 0 | 111001 | 100 | 1010100 | 1010110 | 1000101 |
Color Harmonies of #BDF46A
Complementary color
Monochromatic Colors of #BDF46A
Black with #BDF46A
Text Example
Text Example
White with #BDF46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF46A; }
p { color: rgb(189,244,106); }
H1.HeaderClassName
{
color: #BDF46A;
}
.AnyTagClassName
{
color: #BDF46A;
}
</style>
background-color css
<style>
a { background-color: #BDF46A; }
a { background-color: rgb(189,244,106); }
div.DivClassName
{
background-color: #BDF46A;
}
.BgClassName
{
background-color: #BDF46A;
}
</style>
border-color css
<style>
span { border-color: #BDF46A; }
span { border-color: rgb(189,244,106); }
td.TdClassName
{
border-color: #BDF46A;
}
.TagClassName
{
border-color: #BDF46A;
}
</style>