#CDFFB4

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

Shades of Tea Green #CDFFB4

Tints of Tea Green #CDFFB4

Color information

#CDFFB4 (or 0xCDFFB4) is unknown color: approx Tea Green. HEX triplet: CD, FF and B4. RGB value is (205,255,180). Sum of RGB (Red+Green+Blue) = 205+255+180=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFB4 is #32004B. Grayscale: #E7E7E7. Windows color (decimal): -3276876 or 11861965. OLE color: 11861965.

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

Color convert

RGB205255180-
CMYK0.2000.290
HSL100º100%85.29%-
HSV(B)100º29.41%100%-
XYZ69.1887.7956.48-
YUV231.598.94109.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 180 (70.70% from 255) = 28.12%
R=32.03%
G=39.84%
B=28.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551800.2000.29010010085.29
HexCDFFB41401D0646455
Octal315377264240350144144125
Binary110011011111111110110100101000111010110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFB4; }

 p { color: rgb(205,255,180); }

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

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

 a { background-color: rgb(205,255,180); }

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

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

 span { border-color: rgb(205,255,180); }

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