Shades of Wattle #CFD34C
Tints of Wattle #CFD34C
RGB
CMYK
RGB Variations
Color information
#CFD34C (or 0xCFD34C) is known color: Wattle. HEX triplet: CF, D3 and 4C. RGB value is (207,211,76). Sum of RGB (Red+Green+Blue) = 207+211+76=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD34C is #302CB3. Grayscale: #C2C2C2. Windows color (decimal): -3157172 or 5034959. OLE color: 5034959.
HSL color Cylindrical-coordinate representation of color #CFD34C: hue angle of 61.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFD34C is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 76 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.17 |
| HSL | 61.78º | 0.61% | 0.56% | - |
| HSV(B) | 61.78º | 0.64% | 0.83% | - |
| XYZ | 50.33 | 60.38 | 15.84 | - |
| YUV | 194.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 76 | 0.02 | 0 | 0.64 | 0.17 | 61.78 | 0.61 | 0.56 |
| Hex | CF | D3 | 4C | 2 | 0 | 40 | 11 | 3E | 3D | 38 |
| Octal | 317 | 323 | 114 | 2 | 0 | 100 | 21 | 76 | 75 | 70 |
| Binary | 11001111 | 11010011 | 1001100 | 10 | 0 | 1000000 | 10001 | 111110 | 111101 | 111000 |
Color Harmonies of #CFD34C
Complementary color
Monochromatic Colors of #CFD34C
Black with #CFD34C
Text Example
Text Example
White with #CFD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD34C; }
p { color: rgb(207,211,76); }
H1.HeaderClassName
{
color: #CFD34C;
}
.AnyTagClassName
{
color: #CFD34C;
}
</style>
background-color css
<style>
a { background-color: #CFD34C; }
a { background-color: rgb(207,211,76); }
div.DivClassName
{
background-color: #CFD34C;
}
.BgClassName
{
background-color: #CFD34C;
}
</style>
border-color css
<style>
span { border-color: #CFD34C; }
span { border-color: rgb(207,211,76); }
td.TdClassName
{
border-color: #CFD34C;
}
.TagClassName
{
border-color: #CFD34C;
}
</style>