Shades of Honeysuckle #DCF254
Tints of Honeysuckle #DCF254
RGB
CMYK
RGB Variations
Color information
#DCF254 (or 0xDCF254) is known color: Honeysuckle. HEX triplet: DC, F2 and 54. RGB value is (220,242,84). Sum of RGB (Red+Green+Blue) = 220+242+84=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF254 is #230DAB. Grayscale: #DADADA. Windows color (decimal): -2297260 or 5567196. OLE color: 5567196.
HSL color Cylindrical-coordinate representation of color #DCF254: hue angle of 68.35º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCF254 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 84 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.35º | 0.86% | 0.64% | - |
| HSV(B) | 68.35º | 0.65% | 0.95% | - |
| XYZ | 62.87 | 79.36 | 20.39 | - |
| YUV | 217.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 84 | 0.09 | 0 | 0.65 | 0.05 | 68.35 | 0.86 | 0.64 |
| Hex | DC | F2 | 54 | 9 | 0 | 41 | 5 | 44 | 56 | 40 |
| Octal | 334 | 362 | 124 | 11 | 0 | 101 | 5 | 104 | 126 | 100 |
| Binary | 11011100 | 11110010 | 1010100 | 1001 | 0 | 1000001 | 101 | 1000100 | 1010110 | 1000000 |
Color Harmonies of #DCF254
Complementary color
Monochromatic Colors of #DCF254
Black with #DCF254
Text Example
Text Example
White with #DCF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF254; }
p { color: rgb(220,242,84); }
H1.HeaderClassName
{
color: #DCF254;
}
.AnyTagClassName
{
color: #DCF254;
}
</style>
background-color css
<style>
a { background-color: #DCF254; }
a { background-color: rgb(220,242,84); }
div.DivClassName
{
background-color: #DCF254;
}
.BgClassName
{
background-color: #DCF254;
}
</style>
border-color css
<style>
span { border-color: #DCF254; }
span { border-color: rgb(220,242,84); }
td.TdClassName
{
border-color: #DCF254;
}
.TagClassName
{
border-color: #DCF254;
}
</style>