Shades of Sulu #BDF86D
Tints of Sulu #BDF86D
RGB
CMYK
RGB Variations
Color information
#BDF86D (or 0xBDF86D) is known color: Sulu. HEX triplet: BD, F8 and 6D. RGB value is (189,248,109). Sum of RGB (Red+Green+Blue) = 189+248+109=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF86D is #420792. Grayscale: #D7D7D7. Windows color (decimal): -4327315 or 7207101. OLE color: 7207101.
HSL color Cylindrical-coordinate representation of color #BDF86D: hue angle of 85.47º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF86D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 109 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.03 |
| HSL | 85.47º | 0.91% | 0.7% | - |
| HSV(B) | 85.47º | 0.56% | 0.97% | - |
| XYZ | 57.31 | 79.06 | 26.71 | - |
| YUV | 214.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 109 | 0.24 | 0 | 0.56 | 0.03 | 85.47 | 0.91 | 0.7 |
| Hex | BD | F8 | 6D | 18 | 0 | 38 | 3 | 55 | 5B | 46 |
| Octal | 275 | 370 | 155 | 30 | 0 | 70 | 3 | 125 | 133 | 106 |
| Binary | 10111101 | 11111000 | 1101101 | 11000 | 0 | 111000 | 11 | 1010101 | 1011011 | 1000110 |
Color Harmonies of #BDF86D
Complementary color
Monochromatic Colors of #BDF86D
Black with #BDF86D
Text Example
Text Example
White with #BDF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF86D; }
p { color: rgb(189,248,109); }
H1.HeaderClassName
{
color: #BDF86D;
}
.AnyTagClassName
{
color: #BDF86D;
}
</style>
background-color css
<style>
a { background-color: #BDF86D; }
a { background-color: rgb(189,248,109); }
div.DivClassName
{
background-color: #BDF86D;
}
.BgClassName
{
background-color: #BDF86D;
}
</style>
border-color css
<style>
span { border-color: #BDF86D; }
span { border-color: rgb(189,248,109); }
td.TdClassName
{
border-color: #BDF86D;
}
.TagClassName
{
border-color: #BDF86D;
}
</style>