Shades of Confetti #CFD24E
Tints of Confetti #CFD24E
RGB
CMYK
RGB Variations
Color information
#CFD24E (or 0xCFD24E) is known color: Confetti. HEX triplet: CF, D2 and 4E. RGB value is (207,210,78). Sum of RGB (Red+Green+Blue) = 207+210+78=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD24E is #302DB1. Grayscale: #C2C2C2. Windows color (decimal): -3157426 or 5165775. OLE color: 5165775.
HSL color Cylindrical-coordinate representation of color #CFD24E: hue angle of 61.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD24E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 78 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.18 |
| HSL | 61.36º | 0.59% | 0.56% | - |
| HSV(B) | 61.36º | 0.63% | 0.82% | - |
| XYZ | 50.15 | 59.91 | 16.13 | - |
| YUV | 194.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 78 | 0.01 | 0 | 0.63 | 0.18 | 61.36 | 0.59 | 0.56 |
| Hex | CF | D2 | 4E | 1 | 0 | 3F | 12 | 3D | 3B | 38 |
| Octal | 317 | 322 | 116 | 1 | 0 | 77 | 22 | 75 | 73 | 70 |
| Binary | 11001111 | 11010010 | 1001110 | 1 | 0 | 111111 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CFD24E
Complementary color
Monochromatic Colors of #CFD24E
Black with #CFD24E
Text Example
Text Example
White with #CFD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD24E; }
p { color: rgb(207,210,78); }
H1.HeaderClassName
{
color: #CFD24E;
}
.AnyTagClassName
{
color: #CFD24E;
}
</style>
background-color css
<style>
a { background-color: #CFD24E; }
a { background-color: rgb(207,210,78); }
div.DivClassName
{
background-color: #CFD24E;
}
.BgClassName
{
background-color: #CFD24E;
}
</style>
border-color css
<style>
span { border-color: #CFD24E; }
span { border-color: rgb(207,210,78); }
td.TdClassName
{
border-color: #CFD24E;
}
.TagClassName
{
border-color: #CFD24E;
}
</style>