Shades of Sulu #BDE868
Tints of Sulu #BDE868
RGB
CMYK
RGB Variations
Color information
#BDE868 (or 0xBDE868) is known color: Sulu. HEX triplet: BD, E8 and 68. RGB value is (189,232,104). Sum of RGB (Red+Green+Blue) = 189+232+104=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE868 is #421797. Grayscale: #CDCDCD. Windows color (decimal): -4331416 or 6875325. OLE color: 6875325.
HSL color Cylindrical-coordinate representation of color #BDE868: hue angle of 80.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE868 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 104 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.09 |
| HSL | 80.16º | 0.74% | 0.66% | - |
| HSV(B) | 80.16º | 0.55% | 0.91% | - |
| XYZ | 52.34 | 69.53 | 23.76 | - |
| YUV | 204.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 104 | 0.19 | 0 | 0.55 | 0.09 | 80.16 | 0.74 | 0.66 |
| Hex | BD | E8 | 68 | 13 | 0 | 37 | 9 | 50 | 4A | 42 |
| Octal | 275 | 350 | 150 | 23 | 0 | 67 | 11 | 120 | 112 | 102 |
| Binary | 10111101 | 11101000 | 1101000 | 10011 | 0 | 110111 | 1001 | 1010000 | 1001010 | 1000010 |
Color Harmonies of #BDE868
Complementary color
Monochromatic Colors of #BDE868
Black with #BDE868
Text Example
Text Example
White with #BDE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE868; }
p { color: rgb(189,232,104); }
H1.HeaderClassName
{
color: #BDE868;
}
.AnyTagClassName
{
color: #BDE868;
}
</style>
background-color css
<style>
a { background-color: #BDE868; }
a { background-color: rgb(189,232,104); }
div.DivClassName
{
background-color: #BDE868;
}
.BgClassName
{
background-color: #BDE868;
}
</style>
border-color css
<style>
span { border-color: #BDE868; }
span { border-color: rgb(189,232,104); }
td.TdClassName
{
border-color: #BDE868;
}
.TagClassName
{
border-color: #BDE868;
}
</style>