Shades of Tea Green #CDFEB2
Tints of Tea Green #CDFEB2
RGB
CMYK
RGB Variations
Color information
#CDFEB2 (or 0xCDFEB2) is known color: Tea Green. HEX triplet: CD, FE and B2. RGB value is (205,254,178). Sum of RGB (Red+Green+Blue) = 205+254+178=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFEB2 is #32014D. Grayscale: #E6E6E6. Windows color (decimal): -3277134 or 11730637. OLE color: 11730637.
HSL color Cylindrical-coordinate representation of color #CDFEB2: hue angle of 98.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFEB2 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 178 | - |
CMYK | 0.19 | 0 | 0.30 | 0.00 |
HSL | 98.68º | 0.97% | 0.85% | - |
HSV(B) | 98.68º | 0.3% | 1% | - |
XYZ | 68.65 | 87.08 | 55.31 | - |
YUV | 230.69 | 98.27 | 109.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 178 | 0.19 | 0 | 0.30 | 0.00 | 98.68 | 0.97 | 0.85 |
Hex | CD | FE | B2 | 13 | 0 | 1E | 0 | 63 | 61 | 55 |
Octal | 315 | 376 | 262 | 23 | 0 | 36 | 0 | 143 | 141 | 125 |
Binary | 11001101 | 11111110 | 10110010 | 10011 | 0 | 11110 | 0 | 1100011 | 1100001 | 1010101 |
Color Harmonies of #CDFEB2
Complementary color
Monochromatic Colors of #CDFEB2
Black with #CDFEB2
Text Example
Text Example
White with #CDFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEB2; }
p { color: rgb(205,254,178); }
H1.HeaderClassName
{
color: #CDFEB2;
}
.AnyTagClassName
{
color: #CDFEB2;
}
</style>
background-color css
<style>
a { background-color: #CDFEB2; }
a { background-color: rgb(205,254,178); }
div.DivClassName
{
background-color: #CDFEB2;
}
.BgClassName
{
background-color: #CDFEB2;
}
</style>
border-color css
<style>
span { border-color: #CDFEB2; }
span { border-color: rgb(205,254,178); }
td.TdClassName
{
border-color: #CDFEB2;
}
.TagClassName
{
border-color: #CDFEB2;
}
</style>