#D0FEB1

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

Shades of Tea Green #D0FEB1

Tints of Tea Green #D0FEB1

Color information

#D0FEB1 (or 0xD0FEB1) is unknown color: approx Tea Green. HEX triplet: D0, FE and B1. RGB value is (208,254,177). Sum of RGB (Red+Green+Blue) = 208+254+177=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEB1 is #2F014E. Grayscale: #E7E7E7. Windows color (decimal): -3080527 or 11665104. OLE color: 11665104.

HSL color Cylindrical-coordinate representation of color #D0FEB1: hue angle of 95.84º 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 #D0FEB1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB208254177-
CMYK0.1800.300.00
HSL95.84º97.47%84.51%-
HSV(B)95.84º30.31%99.61%-
XYZ69.3987.4754.82-
YUV231.4797.26111.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.55%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 177 (69.53% from 255) = 27.70%
R=32.55%
G=39.75%
B=27.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541770.1800.300.0095.8497.4784.51
HexD0FEB11201E0606155
Octal320376261220360140141125
Binary110100001111111010110001100100111100110000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEB1; }

 p { color: rgb(208,254,177); }

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

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

 a { background-color: rgb(208,254,177); }

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

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

 span { border-color: rgb(208,254,177); }

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