Shades of Sulu #BDF68E
Tints of Sulu #BDF68E
RGB
CMYK
RGB Variations
Color information
#BDF68E (or 0xBDF68E) is known color: Sulu. HEX triplet: BD, F6 and 8E. RGB value is (189,246,142). Sum of RGB (Red+Green+Blue) = 189+246+142=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF68E is #420971. Grayscale: #D9D9D9. Windows color (decimal): -4327794 or 9369277. OLE color: 9369277.
HSL color Cylindrical-coordinate representation of color #BDF68E: hue angle of 92.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF68E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 142 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.04 |
| HSL | 92.88º | 0.85% | 0.76% | - |
| HSV(B) | 92.88º | 0.42% | 0.96% | - |
| XYZ | 58.82 | 78.68 | 37.68 | - |
| YUV | 217.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 142 | 0.23 | 0 | 0.42 | 0.04 | 92.88 | 0.85 | 0.76 |
| Hex | BD | F6 | 8E | 17 | 0 | 2A | 4 | 5D | 55 | 4C |
| Octal | 275 | 366 | 216 | 27 | 0 | 52 | 4 | 135 | 125 | 114 |
| Binary | 10111101 | 11110110 | 10001110 | 10111 | 0 | 101010 | 100 | 1011101 | 1010101 | 1001100 |
Color Harmonies of #BDF68E
Complementary color
Monochromatic Colors of #BDF68E
Black with #BDF68E
Text Example
Text Example
White with #BDF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF68E; }
p { color: rgb(189,246,142); }
H1.HeaderClassName
{
color: #BDF68E;
}
.AnyTagClassName
{
color: #BDF68E;
}
</style>
background-color css
<style>
a { background-color: #BDF68E; }
a { background-color: rgb(189,246,142); }
div.DivClassName
{
background-color: #BDF68E;
}
.BgClassName
{
background-color: #BDF68E;
}
</style>
border-color css
<style>
span { border-color: #BDF68E; }
span { border-color: rgb(189,246,142); }
td.TdClassName
{
border-color: #BDF68E;
}
.TagClassName
{
border-color: #BDF68E;
}
</style>