Shades of Sulu #BDF46B
Tints of Sulu #BDF46B
RGB
CMYK
RGB Variations
Color information
#BDF46B (or 0xBDF46B) is known color: Sulu. HEX triplet: BD, F4 and 6B. RGB value is (189,244,107). Sum of RGB (Red+Green+Blue) = 189+244+107=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF46B is #420B94. Grayscale: #D4D4D4. Windows color (decimal): -4328341 or 7075005. OLE color: 7075005.
HSL color Cylindrical-coordinate representation of color #BDF46B: hue angle of 84.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF46B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 107 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.04 |
| HSL | 84.09º | 0.86% | 0.69% | - |
| HSV(B) | 84.09º | 0.56% | 0.96% | - |
| XYZ | 55.99 | 76.58 | 25.74 | - |
| YUV | 211.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 107 | 0.23 | 0 | 0.56 | 0.04 | 84.09 | 0.86 | 0.69 |
| Hex | BD | F4 | 6B | 17 | 0 | 38 | 4 | 54 | 56 | 45 |
| Octal | 275 | 364 | 153 | 27 | 0 | 70 | 4 | 124 | 126 | 105 |
| Binary | 10111101 | 11110100 | 1101011 | 10111 | 0 | 111000 | 100 | 1010100 | 1010110 | 1000101 |
Color Harmonies of #BDF46B
Complementary color
Monochromatic Colors of #BDF46B
Black with #BDF46B
Text Example
Text Example
White with #BDF46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF46B; }
p { color: rgb(189,244,107); }
H1.HeaderClassName
{
color: #BDF46B;
}
.AnyTagClassName
{
color: #BDF46B;
}
</style>
background-color css
<style>
a { background-color: #BDF46B; }
a { background-color: rgb(189,244,107); }
div.DivClassName
{
background-color: #BDF46B;
}
.BgClassName
{
background-color: #BDF46B;
}
</style>
border-color css
<style>
span { border-color: #BDF46B; }
span { border-color: rgb(189,244,107); }
td.TdClassName
{
border-color: #BDF46B;
}
.TagClassName
{
border-color: #BDF46B;
}
</style>