#CDFCAF

Color #CDFCAF Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CDFCAF

Tints of Tea Green #CDFCAF

Color information

#CDFCAF (or 0xCDFCAF) is unknown color: approx Tea Green. HEX triplet: CD, FC and AF. RGB value is (205,252,175). Sum of RGB (Red+Green+Blue) = 205+252+175=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFCAF is #320350. Grayscale: #E5E5E5. Windows color (decimal): -3277649 or 11533517. OLE color: 11533517.

HSL color Cylindrical-coordinate representation of color #CDFCAF: hue angle of 96.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDFCAF is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB205252175-
CMYK0.1900.310.01
HSL96.62º92.77%83.73%-
HSV(B)96.62º30.56%98.82%-
XYZ67.7385.753.53-
YUV229.1797.43110.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 252 (98.83% from 255) = 39.87%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=32.44%
G=39.87%
B=27.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521750.1900.310.0196.6292.7783.73
HexCDFCAF1301F1615d54
Octal315374257230371141135124
Binary110011011111110010101111100110111111110000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCAF; }

 p { color: rgb(205,252,175); }

 H1.HeaderClassName
 {
   color: #CDFCAF;
 }
 .AnyTagClassName
 {
   color: #CDFCAF;
 }
</style>
background-color css

<style>
 a { background-color: #CDFCAF; }

 a { background-color: rgb(205,252,175); }

 div.DivClassName
 {
   background-color: #CDFCAF;
 }
 .BgClassName
 {
   background-color: #CDFCAF;
 }
</style>
border-color css

<style>
 span { border-color: #CDFCAF; }

 span { border-color: rgb(205,252,175); }

 td.TdClassName
 {
   border-color: #CDFCAF;
 }
 .TagClassName
 {
   border-color: #CDFCAF;
 }
</style>