#CDFFBE

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

Shades of Tea Green #CDFFBE

Tints of Tea Green #CDFFBE

Color information

#CDFFBE (or 0xCDFFBE) is unknown color: approx Tea Green. HEX triplet: CD, FF and BE. RGB value is (205,255,190). Sum of RGB (Red+Green+Blue) = 205+255+190=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFBE is #320041. Grayscale: #E8E8E8. Windows color (decimal): -3276866 or 12517325. OLE color: 12517325.

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

Color convert

RGB205255190-
CMYK0.2000.250
HSL106.15º100%87.25%-
HSV(B)106.15º25.49%100%-
XYZ70.2388.2262.04-
YUV232.64103.94108.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=31.54%
G=39.23%
B=29.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551900.2000.250106.1510087.25
HexCDFFBE1401906a6457
Octal315377276240310152144127
Binary110011011111111110111110101000110010110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFBE; }

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

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

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

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

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

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

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

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