Shades of Sulu #BDE67C
Tints of Sulu #BDE67C
RGB
CMYK
RGB Variations
Color information
#BDE67C (or 0xBDE67C) is known color: Sulu. HEX triplet: BD, E6 and 7C. RGB value is (189,230,124). Sum of RGB (Red+Green+Blue) = 189+230+124=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE67C is #421983. Grayscale: #CECECE. Windows color (decimal): -4331908 or 8185533. OLE color: 8185533.
HSL color Cylindrical-coordinate representation of color #BDE67C: hue angle of 83.21º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDE67C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 124 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.10 |
| HSL | 83.21º | 0.68% | 0.69% | - |
| HSV(B) | 83.21º | 0.46% | 0.9% | - |
| XYZ | 52.92 | 68.87 | 29.57 | - |
| YUV | 205.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 124 | 0.18 | 0 | 0.46 | 0.10 | 83.21 | 0.68 | 0.69 |
| Hex | BD | E6 | 7C | 12 | 0 | 2E | A | 53 | 44 | 45 |
| Octal | 275 | 346 | 174 | 22 | 0 | 56 | 12 | 123 | 104 | 105 |
| Binary | 10111101 | 11100110 | 1111100 | 10010 | 0 | 101110 | 1010 | 1010011 | 1000100 | 1000101 |
Color Harmonies of #BDE67C
Complementary color
Monochromatic Colors of #BDE67C
Black with #BDE67C
Text Example
Text Example
White with #BDE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE67C; }
p { color: rgb(189,230,124); }
H1.HeaderClassName
{
color: #BDE67C;
}
.AnyTagClassName
{
color: #BDE67C;
}
</style>
background-color css
<style>
a { background-color: #BDE67C; }
a { background-color: rgb(189,230,124); }
div.DivClassName
{
background-color: #BDE67C;
}
.BgClassName
{
background-color: #BDE67C;
}
</style>
border-color css
<style>
span { border-color: #BDE67C; }
span { border-color: rgb(189,230,124); }
td.TdClassName
{
border-color: #BDE67C;
}
.TagClassName
{
border-color: #BDE67C;
}
</style>