#CDEFBD

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

Shades of Tea Green #CDEFBD

Tints of Tea Green #CDEFBD

Color information

#CDEFBD (or 0xCDEFBD) is unknown color: approx Tea Green. HEX triplet: CD, EF and BD. RGB value is (205,239,189). Sum of RGB (Red+Green+Blue) = 205+239+189=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBD is #321042. Grayscale: #DFDFDF. Windows color (decimal): -3280963 or 12447693. OLE color: 12447693.

HSL color Cylindrical-coordinate representation of color #CDEFBD: hue angle of 100.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDEFBD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB205239189-
CMYK0.1400.210.06
HSL100.8º60.98%83.92%-
HSV(B)100.8º20.92%93.73%-
XYZ65.2378.3959.84-
YUV223.13108.74115.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=32.39%
G=37.76%
B=29.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391890.1400.210.06100.860.9883.92
HexCDEFBDE0156653d54
Octal31535727516025614575124
Binary110011011110111110111101111001010111011001011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFBD; }

 p { color: rgb(205,239,189); }

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

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

 a { background-color: rgb(205,239,189); }

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

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

 span { border-color: rgb(205,239,189); }

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