Shades of Sulu #BDF864
Tints of Sulu #BDF864
RGB
CMYK
RGB Variations
Color information
#BDF864 (or 0xBDF864) is known color: Sulu. HEX triplet: BD, F8 and 64. RGB value is (189,248,100). Sum of RGB (Red+Green+Blue) = 189+248+100=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF864 is #42079B. Grayscale: #D6D6D6. Windows color (decimal): -4327324 or 6617277. OLE color: 6617277.
HSL color Cylindrical-coordinate representation of color #BDF864: hue angle of 83.92º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF864 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 100 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.03 |
| HSL | 83.92º | 0.91% | 0.68% | - |
| HSV(B) | 83.92º | 0.6% | 0.97% | - |
| XYZ | 56.85 | 78.87 | 24.28 | - |
| YUV | 213.49 | 63.95 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 100 | 0.24 | 0 | 0.60 | 0.03 | 83.92 | 0.91 | 0.68 |
| Hex | BD | F8 | 64 | 18 | 0 | 3C | 3 | 54 | 5B | 44 |
| Octal | 275 | 370 | 144 | 30 | 0 | 74 | 3 | 124 | 133 | 104 |
| Binary | 10111101 | 11111000 | 1100100 | 11000 | 0 | 111100 | 11 | 1010100 | 1011011 | 1000100 |
Color Harmonies of #BDF864
Complementary color
Monochromatic Colors of #BDF864
Black with #BDF864
Text Example
Text Example
White with #BDF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF864; }
p { color: rgb(189,248,100); }
H1.HeaderClassName
{
color: #BDF864;
}
.AnyTagClassName
{
color: #BDF864;
}
</style>
background-color css
<style>
a { background-color: #BDF864; }
a { background-color: rgb(189,248,100); }
div.DivClassName
{
background-color: #BDF864;
}
.BgClassName
{
background-color: #BDF864;
}
</style>
border-color css
<style>
span { border-color: #BDF864; }
span { border-color: rgb(189,248,100); }
td.TdClassName
{
border-color: #BDF864;
}
.TagClassName
{
border-color: #BDF864;
}
</style>