#CDFFB3

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

Shades of Tea Green #CDFFB3

Tints of Tea Green #CDFFB3

Color information

#CDFFB3 (or 0xCDFFB3) is unknown color: approx Tea Green. HEX triplet: CD, FF and B3. RGB value is (205,255,179). Sum of RGB (Red+Green+Blue) = 205+255+179=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFB3 is #32004C. Grayscale: #E7E7E7. Windows color (decimal): -3276877 or 11796429. OLE color: 11796429.

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

Color convert

RGB205255179-
CMYK0.2000.300
HSL99.47º100%85.1%-
HSV(B)99.47º29.8%100%-
XYZ69.0787.7555.95-
YUV231.3998.44109.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 179 (70.31% from 255) = 28.01%
R=32.08%
G=39.91%
B=28.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551790.2000.30099.4710085.1
HexCDFFB31401E0636455
Octal315377263240360143144125
Binary110011011111111110110011101000111100110001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFB3; }

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

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

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

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

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

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

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

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