Shades of Confetti #CFD24D
Tints of Confetti #CFD24D
RGB
CMYK
RGB Variations
Color information
#CFD24D (or 0xCFD24D) is known color: Confetti. HEX triplet: CF, D2 and 4D. RGB value is (207,210,77). Sum of RGB (Red+Green+Blue) = 207+210+77=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD24D is #302DB2. Grayscale: #C2C2C2. Windows color (decimal): -3157427 or 5100239. OLE color: 5100239.
HSL color Cylindrical-coordinate representation of color #CFD24D: hue angle of 61.35º degrees, saturation: 0.6, 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 #CFD24D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 77 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.18 |
| HSL | 61.35º | 0.6% | 0.56% | - |
| HSV(B) | 61.35º | 0.63% | 0.82% | - |
| XYZ | 50.12 | 59.89 | 15.94 | - |
| YUV | 193.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 77 | 0.01 | 0 | 0.63 | 0.18 | 61.35 | 0.6 | 0.56 |
| Hex | CF | D2 | 4D | 1 | 0 | 3F | 12 | 3D | 3C | 38 |
| Octal | 317 | 322 | 115 | 1 | 0 | 77 | 22 | 75 | 74 | 70 |
| Binary | 11001111 | 11010010 | 1001101 | 1 | 0 | 111111 | 10010 | 111101 | 111100 | 111000 |
Color Harmonies of #CFD24D
Complementary color
Monochromatic Colors of #CFD24D
Black with #CFD24D
Text Example
Text Example
White with #CFD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD24D; }
p { color: rgb(207,210,77); }
H1.HeaderClassName
{
color: #CFD24D;
}
.AnyTagClassName
{
color: #CFD24D;
}
</style>
background-color css
<style>
a { background-color: #CFD24D; }
a { background-color: rgb(207,210,77); }
div.DivClassName
{
background-color: #CFD24D;
}
.BgClassName
{
background-color: #CFD24D;
}
</style>
border-color css
<style>
span { border-color: #CFD24D; }
span { border-color: rgb(207,210,77); }
td.TdClassName
{
border-color: #CFD24D;
}
.TagClassName
{
border-color: #CFD24D;
}
</style>