Shades of Pixie Green #BDE398
Tints of Pixie Green #BDE398
RGB
CMYK
RGB Variations
Color information
#BDE398 (or 0xBDE398) is known color: Pixie Green. HEX triplet: BD, E3 and 98. RGB value is (189,227,152). Sum of RGB (Red+Green+Blue) = 189+227+152=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE398 is #421C67. Grayscale: #CFCFCF. Windows color (decimal): -4332648 or 10019773. OLE color: 10019773.
HSL color Cylindrical-coordinate representation of color #BDE398: hue angle of 90.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE398 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 152 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.11 |
| HSL | 90.4º | 0.57% | 0.74% | - |
| HSV(B) | 90.4º | 0.33% | 0.89% | - |
| XYZ | 54.12 | 68.02 | 39.98 | - |
| YUV | 207.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 152 | 0.17 | 0 | 0.33 | 0.11 | 90.4 | 0.57 | 0.74 |
| Hex | BD | E3 | 98 | 11 | 0 | 21 | B | 5A | 39 | 4A |
| Octal | 275 | 343 | 230 | 21 | 0 | 41 | 13 | 132 | 71 | 112 |
| Binary | 10111101 | 11100011 | 10011000 | 10001 | 0 | 100001 | 1011 | 1011010 | 111001 | 1001010 |
Color Harmonies of #BDE398
Complementary color
Monochromatic Colors of #BDE398
Black with #BDE398
Text Example
Text Example
White with #BDE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE398; }
p { color: rgb(189,227,152); }
H1.HeaderClassName
{
color: #BDE398;
}
.AnyTagClassName
{
color: #BDE398;
}
</style>
background-color css
<style>
a { background-color: #BDE398; }
a { background-color: rgb(189,227,152); }
div.DivClassName
{
background-color: #BDE398;
}
.BgClassName
{
background-color: #BDE398;
}
</style>
border-color css
<style>
span { border-color: #BDE398; }
span { border-color: rgb(189,227,152); }
td.TdClassName
{
border-color: #BDE398;
}
.TagClassName
{
border-color: #BDE398;
}
</style>