Shades of Tara #CFFED4
Tints of Tara #CFFED4
RGB
CMYK
RGB Variations
Color information
#CFFED4 (or 0xCFFED4) is known color: Tara. HEX triplet: CF, FE and D4. RGB value is (207,254,212). Sum of RGB (Red+Green+Blue) = 207+254+212=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFED4 is #30012B. Grayscale: #EBEBEB. Windows color (decimal): -3146028 or 13958863. OLE color: 13958863.
HSL color Cylindrical-coordinate representation of color #CFFED4: hue angle of 126.38º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFED4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 212 | - |
CMYK | 0.19 | 0 | 0.17 | 0.00 |
HSL | 126.38º | 0.96% | 0.9% | - |
HSV(B) | 126.38º | 0.19% | 1% | - |
XYZ | 73.06 | 88.9 | 75.6 | - |
YUV | 235.16 | 114.93 | 107.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 212 | 0.19 | 0 | 0.17 | 0.00 | 126.38 | 0.96 | 0.9 |
Hex | CF | FE | D4 | 13 | 0 | 11 | 0 | 7E | 60 | 5A |
Octal | 317 | 376 | 324 | 23 | 0 | 21 | 0 | 176 | 140 | 132 |
Binary | 11001111 | 11111110 | 11010100 | 10011 | 0 | 10001 | 0 | 1111110 | 1100000 | 1011010 |
Color Harmonies of #CFFED4
Complementary color
Monochromatic Colors of #CFFED4
Black with #CFFED4
Text Example
Text Example
White with #CFFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFED4; }
p { color: rgb(207,254,212); }
H1.HeaderClassName
{
color: #CFFED4;
}
.AnyTagClassName
{
color: #CFFED4;
}
</style>
background-color css
<style>
a { background-color: #CFFED4; }
a { background-color: rgb(207,254,212); }
div.DivClassName
{
background-color: #CFFED4;
}
.BgClassName
{
background-color: #CFFED4;
}
</style>
border-color css
<style>
span { border-color: #CFFED4; }
span { border-color: rgb(207,254,212); }
td.TdClassName
{
border-color: #CFFED4;
}
.TagClassName
{
border-color: #CFFED4;
}
</style>