Shades of Bird Flower #CACF14
Tints of Bird Flower #CACF14
RGB
CMYK
RGB Variations
Color information
#CACF14 (or 0xCACF14) is known color: Bird Flower. HEX triplet: CA, CF and 14. RGB value is (202,207,20). Sum of RGB (Red+Green+Blue) = 202+207+20=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACF14 is #3530EB. Grayscale: #B8B8B8. Windows color (decimal): -3485932 or 1363914. OLE color: 1363914.
HSL color Cylindrical-coordinate representation of color #CACF14: hue angle of 61.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CACF14 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.19 |
| HSL | 61.6º | 0.82% | 0.45% | - |
| HSV(B) | 61.6º | 0.9% | 0.81% | - |
| XYZ | 46.8 | 57.23 | 9.24 | - |
| YUV | 184.19 | 35.34 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 20 | 0.02 | 0 | 0.90 | 0.19 | 61.6 | 0.82 | 0.45 |
| Hex | CA | CF | 14 | 2 | 0 | 5A | 13 | 3E | 52 | 2D |
| Octal | 312 | 317 | 24 | 2 | 0 | 132 | 23 | 76 | 122 | 55 |
| Binary | 11001010 | 11001111 | 10100 | 10 | 0 | 1011010 | 10011 | 111110 | 1010010 | 101101 |
Color Harmonies of #CACF14
Complementary color
Monochromatic Colors of #CACF14
Black with #CACF14
Text Example
Text Example
White with #CACF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF14; }
p { color: rgb(202,207,20); }
H1.HeaderClassName
{
color: #CACF14;
}
.AnyTagClassName
{
color: #CACF14;
}
</style>
background-color css
<style>
a { background-color: #CACF14; }
a { background-color: rgb(202,207,20); }
div.DivClassName
{
background-color: #CACF14;
}
.BgClassName
{
background-color: #CACF14;
}
</style>
border-color css
<style>
span { border-color: #CACF14; }
span { border-color: rgb(202,207,20); }
td.TdClassName
{
border-color: #CACF14;
}
.TagClassName
{
border-color: #CACF14;
}
</style>