Shades of Wattle #CFD24A
Tints of Wattle #CFD24A
RGB
CMYK
RGB Variations
Color information
#CFD24A (or 0xCFD24A) is known color: Wattle. HEX triplet: CF, D2 and 4A. RGB value is (207,210,74). Sum of RGB (Red+Green+Blue) = 207+210+74=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD24A is #302DB5. Grayscale: #C2C2C2. Windows color (decimal): -3157430 or 4903631. OLE color: 4903631.
HSL color Cylindrical-coordinate representation of color #CFD24A: hue angle of 61.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD24A is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 74 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.18 |
| HSL | 61.32º | 0.6% | 0.56% | - |
| HSV(B) | 61.32º | 0.65% | 0.82% | - |
| XYZ | 50.01 | 59.85 | 15.4 | - |
| YUV | 193.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 74 | 0.01 | 0 | 0.65 | 0.18 | 61.32 | 0.6 | 0.56 |
| Hex | CF | D2 | 4A | 1 | 0 | 41 | 12 | 3D | 3C | 38 |
| Octal | 317 | 322 | 112 | 1 | 0 | 101 | 22 | 75 | 74 | 70 |
| Binary | 11001111 | 11010010 | 1001010 | 1 | 0 | 1000001 | 10010 | 111101 | 111100 | 111000 |
Color Harmonies of #CFD24A
Complementary color
Monochromatic Colors of #CFD24A
Black with #CFD24A
Text Example
Text Example
White with #CFD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD24A; }
p { color: rgb(207,210,74); }
H1.HeaderClassName
{
color: #CFD24A;
}
.AnyTagClassName
{
color: #CFD24A;
}
</style>
background-color css
<style>
a { background-color: #CFD24A; }
a { background-color: rgb(207,210,74); }
div.DivClassName
{
background-color: #CFD24A;
}
.BgClassName
{
background-color: #CFD24A;
}
</style>
border-color css
<style>
span { border-color: #CFD24A; }
span { border-color: rgb(207,210,74); }
td.TdClassName
{
border-color: #CFD24A;
}
.TagClassName
{
border-color: #CFD24A;
}
</style>