#CDFFBC

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

Shades of Tea Green #CDFFBC

Tints of Tea Green #CDFFBC

Color information

#CDFFBC (or 0xCDFFBC) is unknown color: approx Tea Green. HEX triplet: CD, FF and BC. RGB value is (205,255,188). Sum of RGB (Red+Green+Blue) = 205+255+188=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFBC is #320043. Grayscale: #E8E8E8. Windows color (decimal): -3276868 or 12386253. OLE color: 12386253.

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

Color convert

RGB205255188-
CMYK0.2000.260
HSL104.78º100%86.86%-
HSV(B)104.78º26.27%100%-
XYZ70.0188.1360.9-
YUV232.41102.94108.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 188 (73.83% from 255) = 29.01%
R=31.64%
G=39.35%
B=29.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551880.2000.260104.7810086.86
HexCDFFBC1401A0696457
Octal315377274240320151144127
Binary110011011111111110111100101000110100110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFBC; }

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

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

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

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

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

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

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

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