#CDFFB9

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

Shades of Tea Green #CDFFB9

Tints of Tea Green #CDFFB9

Color information

#CDFFB9 (or 0xCDFFB9) is unknown color: approx Tea Green. HEX triplet: CD, FF and B9. RGB value is (205,255,185). Sum of RGB (Red+Green+Blue) = 205+255+185=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFB9 is #320046. Grayscale: #E8E8E8. Windows color (decimal): -3276871 or 12189645. OLE color: 12189645.

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

Color convert

RGB205255185-
CMYK0.2000.270
HSL102.86º100%86.27%-
HSV(B)102.86º27.45%100%-
XYZ69.698859.21-
YUV232.07101.44108.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 185 (72.66% from 255) = 28.68%
R=31.78%
G=39.53%
B=28.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551850.2000.270102.8610086.27
HexCDFFB91401B0676456
Octal315377271240330147144126
Binary110011011111111110111001101000110110110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFB9; }

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

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

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

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

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

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

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

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