#CDFEB5

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

Shades of Tea Green #CDFEB5

Tints of Tea Green #CDFEB5

Color information

#CDFEB5 (or 0xCDFEB5) is unknown color: approx Tea Green. HEX triplet: CD, FE and B5. RGB value is (205,254,181). Sum of RGB (Red+Green+Blue) = 205+254+181=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEB5 is #32014A. Grayscale: #E7E7E7. Windows color (decimal): -3277131 or 11927245. OLE color: 11927245.

HSL color Cylindrical-coordinate representation of color #CDFEB5: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDFEB5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB205254181-
CMYK0.1900.290.00
HSL100.27º97.33%85.29%-
HSV(B)100.27º28.74%99.61%-
XYZ68.9687.256.91-
YUV231.0399.77109.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=32.03%
G=39.69%
B=28.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541810.1900.290.00100.2797.3385.29
HexCDFEB51301D0646155
Octal315376265230350144141125
Binary110011011111111010110101100110111010110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEB5; }

 p { color: rgb(205,254,181); }

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

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

 a { background-color: rgb(205,254,181); }

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

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

 span { border-color: rgb(205,254,181); }

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