Shades of Tara #CFFED0
Tints of Tara #CFFED0
RGB
CMYK
RGB Variations
Color information
#CFFED0 (or 0xCFFED0) is known color: Tara. HEX triplet: CF, FE and D0. RGB value is (207,254,208). Sum of RGB (Red+Green+Blue) = 207+254+208=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFED0 is #30012F. Grayscale: #EAEAEA. Windows color (decimal): -3146032 or 13696719. OLE color: 13696719.
HSL color Cylindrical-coordinate representation of color #CFFED0: hue angle of 121.28º 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 #CFFED0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 208 | - |
CMYK | 0.19 | 0 | 0.18 | 0.00 |
HSL | 121.28º | 0.96% | 0.9% | - |
HSV(B) | 121.28º | 0.19% | 1% | - |
XYZ | 72.56 | 88.7 | 72.97 | - |
YUV | 234.7 | 112.93 | 108.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 208 | 0.19 | 0 | 0.18 | 0.00 | 121.28 | 0.96 | 0.9 |
Hex | CF | FE | D0 | 13 | 0 | 12 | 0 | 79 | 60 | 5A |
Octal | 317 | 376 | 320 | 23 | 0 | 22 | 0 | 171 | 140 | 132 |
Binary | 11001111 | 11111110 | 11010000 | 10011 | 0 | 10010 | 0 | 1111001 | 1100000 | 1011010 |
Color Harmonies of #CFFED0
Complementary color
Monochromatic Colors of #CFFED0
Black with #CFFED0
Text Example
Text Example
White with #CFFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFED0; }
p { color: rgb(207,254,208); }
H1.HeaderClassName
{
color: #CFFED0;
}
.AnyTagClassName
{
color: #CFFED0;
}
</style>
background-color css
<style>
a { background-color: #CFFED0; }
a { background-color: rgb(207,254,208); }
div.DivClassName
{
background-color: #CFFED0;
}
.BgClassName
{
background-color: #CFFED0;
}
</style>
border-color css
<style>
span { border-color: #CFFED0; }
span { border-color: rgb(207,254,208); }
td.TdClassName
{
border-color: #CFFED0;
}
.TagClassName
{
border-color: #CFFED0;
}
</style>