Shades of Honeysuckle #DCF05C
Tints of Honeysuckle #DCF05C
RGB
CMYK
RGB Variations
Color information
#DCF05C (or 0xDCF05C) is known color: Honeysuckle. HEX triplet: DC, F0 and 5C. RGB value is (220,240,92). Sum of RGB (Red+Green+Blue) = 220+240+92=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF05C is #230FA3. Grayscale: #D9D9D9. Windows color (decimal): -2297764 or 6090972. OLE color: 6090972.
HSL color Cylindrical-coordinate representation of color #DCF05C: hue angle of 68.11º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF05C is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 92 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.06 |
| HSL | 68.11º | 0.83% | 0.65% | - |
| HSV(B) | 68.11º | 0.62% | 0.94% | - |
| XYZ | 62.61 | 78.31 | 21.94 | - |
| YUV | 217.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 92 | 0.08 | 0 | 0.62 | 0.06 | 68.11 | 0.83 | 0.65 |
| Hex | DC | F0 | 5C | 8 | 0 | 3E | 6 | 44 | 53 | 41 |
| Octal | 334 | 360 | 134 | 10 | 0 | 76 | 6 | 104 | 123 | 101 |
| Binary | 11011100 | 11110000 | 1011100 | 1000 | 0 | 111110 | 110 | 1000100 | 1010011 | 1000001 |
Color Harmonies of #DCF05C
Complementary color
Monochromatic Colors of #DCF05C
Black with #DCF05C
Text Example
Text Example
White with #DCF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF05C; }
p { color: rgb(220,240,92); }
H1.HeaderClassName
{
color: #DCF05C;
}
.AnyTagClassName
{
color: #DCF05C;
}
</style>
background-color css
<style>
a { background-color: #DCF05C; }
a { background-color: rgb(220,240,92); }
div.DivClassName
{
background-color: #DCF05C;
}
.BgClassName
{
background-color: #DCF05C;
}
</style>
border-color css
<style>
span { border-color: #DCF05C; }
span { border-color: rgb(220,240,92); }
td.TdClassName
{
border-color: #DCF05C;
}
.TagClassName
{
border-color: #DCF05C;
}
</style>