Shades of Primrose #DCE78B
Tints of Primrose #DCE78B
RGB
CMYK
RGB Variations
Color information
#DCE78B (or 0xDCE78B) is known color: Primrose. HEX triplet: DC, E7 and 8B. RGB value is (220,231,139). Sum of RGB (Red+Green+Blue) = 220+231+139=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE78B is #231874. Grayscale: #D9D9D9. Windows color (decimal): -2300021 or 9168860. OLE color: 9168860.
HSL color Cylindrical-coordinate representation of color #DCE78B: hue angle of 67.17º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE78B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 139 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.09 |
| HSL | 67.17º | 0.66% | 0.73% | - |
| HSV(B) | 67.17º | 0.4% | 0.91% | - |
| XYZ | 62.75 | 74.23 | 35.45 | - |
| YUV | 217.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 139 | 0.05 | 0 | 0.40 | 0.09 | 67.17 | 0.66 | 0.73 |
| Hex | DC | E7 | 8B | 5 | 0 | 28 | 9 | 43 | 42 | 49 |
| Octal | 334 | 347 | 213 | 5 | 0 | 50 | 11 | 103 | 102 | 111 |
| Binary | 11011100 | 11100111 | 10001011 | 101 | 0 | 101000 | 1001 | 1000011 | 1000010 | 1001001 |
Color Harmonies of #DCE78B
Complementary color
Monochromatic Colors of #DCE78B
Black with #DCE78B
Text Example
Text Example
White with #DCE78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE78B; }
p { color: rgb(220,231,139); }
H1.HeaderClassName
{
color: #DCE78B;
}
.AnyTagClassName
{
color: #DCE78B;
}
</style>
background-color css
<style>
a { background-color: #DCE78B; }
a { background-color: rgb(220,231,139); }
div.DivClassName
{
background-color: #DCE78B;
}
.BgClassName
{
background-color: #DCE78B;
}
</style>
border-color css
<style>
span { border-color: #DCE78B; }
span { border-color: rgb(220,231,139); }
td.TdClassName
{
border-color: #DCE78B;
}
.TagClassName
{
border-color: #DCE78B;
}
</style>