Shades of Wattle #CFD54B
Tints of Wattle #CFD54B
RGB
CMYK
RGB Variations
Color information
#CFD54B (or 0xCFD54B) is known color: Wattle. HEX triplet: CF, D5 and 4B. RGB value is (207,213,75). Sum of RGB (Red+Green+Blue) = 207+213+75=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD54B is #302AB4. Grayscale: #C4C4C4. Windows color (decimal): -3156661 or 4969935. OLE color: 4969935.
HSL color Cylindrical-coordinate representation of color #CFD54B: hue angle of 62.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD54B is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 75 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.16 |
| HSL | 62.61º | 0.62% | 0.56% | - |
| HSV(B) | 62.61º | 0.65% | 0.84% | - |
| XYZ | 50.8 | 61.36 | 15.82 | - |
| YUV | 195.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 75 | 0.03 | 0 | 0.65 | 0.16 | 62.61 | 0.62 | 0.56 |
| Hex | CF | D5 | 4B | 3 | 0 | 41 | 10 | 3F | 3E | 38 |
| Octal | 317 | 325 | 113 | 3 | 0 | 101 | 20 | 77 | 76 | 70 |
| Binary | 11001111 | 11010101 | 1001011 | 11 | 0 | 1000001 | 10000 | 111111 | 111110 | 111000 |
Color Harmonies of #CFD54B
Complementary color
Monochromatic Colors of #CFD54B
Black with #CFD54B
Text Example
Text Example
White with #CFD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD54B; }
p { color: rgb(207,213,75); }
H1.HeaderClassName
{
color: #CFD54B;
}
.AnyTagClassName
{
color: #CFD54B;
}
</style>
background-color css
<style>
a { background-color: #CFD54B; }
a { background-color: rgb(207,213,75); }
div.DivClassName
{
background-color: #CFD54B;
}
.BgClassName
{
background-color: #CFD54B;
}
</style>
border-color css
<style>
span { border-color: #CFD54B; }
span { border-color: rgb(207,213,75); }
td.TdClassName
{
border-color: #CFD54B;
}
.TagClassName
{
border-color: #CFD54B;
}
</style>