Shades of Sulu #BDE67D
Tints of Sulu #BDE67D
RGB
CMYK
RGB Variations
Color information
#BDE67D (or 0xBDE67D) is known color: Sulu. HEX triplet: BD, E6 and 7D. RGB value is (189,230,125). Sum of RGB (Red+Green+Blue) = 189+230+125=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE67D is #421982. Grayscale: #CECECE. Windows color (decimal): -4331907 or 8251069. OLE color: 8251069.
HSL color Cylindrical-coordinate representation of color #BDE67D: hue angle of 83.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDE67D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 125 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.10 |
| HSL | 83.43º | 0.68% | 0.7% | - |
| HSV(B) | 83.43º | 0.46% | 0.9% | - |
| XYZ | 52.98 | 68.89 | 29.91 | - |
| YUV | 205.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 125 | 0.18 | 0 | 0.46 | 0.10 | 83.43 | 0.68 | 0.7 |
| Hex | BD | E6 | 7D | 12 | 0 | 2E | A | 53 | 44 | 46 |
| Octal | 275 | 346 | 175 | 22 | 0 | 56 | 12 | 123 | 104 | 106 |
| Binary | 10111101 | 11100110 | 1111101 | 10010 | 0 | 101110 | 1010 | 1010011 | 1000100 | 1000110 |
Color Harmonies of #BDE67D
Complementary color
Monochromatic Colors of #BDE67D
Black with #BDE67D
Text Example
Text Example
White with #BDE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE67D; }
p { color: rgb(189,230,125); }
H1.HeaderClassName
{
color: #BDE67D;
}
.AnyTagClassName
{
color: #BDE67D;
}
</style>
background-color css
<style>
a { background-color: #BDE67D; }
a { background-color: rgb(189,230,125); }
div.DivClassName
{
background-color: #BDE67D;
}
.BgClassName
{
background-color: #BDE67D;
}
</style>
border-color css
<style>
span { border-color: #BDE67D; }
span { border-color: rgb(189,230,125); }
td.TdClassName
{
border-color: #BDE67D;
}
.TagClassName
{
border-color: #BDE67D;
}
</style>