#D2FCAF

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

Shades of Tea Green #D2FCAF

Tints of Tea Green #D2FCAF

Color information

#D2FCAF (or 0xD2FCAF) is unknown color: approx Tea Green. HEX triplet: D2, FC and AF. RGB value is (210,252,175). Sum of RGB (Red+Green+Blue) = 210+252+175=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCAF is #2D0350. Grayscale: #E6E6E6. Windows color (decimal): -2949969 or 11533522. OLE color: 11533522.

HSL color Cylindrical-coordinate representation of color #D2FCAF: hue angle of 92.73º 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 #D2FCAF is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB210252175-
CMYK0.1700.310.01
HSL92.73º92.77%83.73%-
HSV(B)92.73º30.56%98.82%-
XYZ69.1386.4253.59-
YUV230.6696.59113.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=32.97%
G=39.56%
B=27.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521750.1700.310.0192.7392.7783.73
HexD2FCAF1101F15d5d54
Octal322374257210371135135124
Binary110100101111110010101111100010111111101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCAF; }

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

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

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

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

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

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

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

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