#CFEFBF

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

Shades of Tea Green #CFEFBF

Tints of Tea Green #CFEFBF

Color information

#CFEFBF (or 0xCFEFBF) is unknown color: approx Tea Green. HEX triplet: CF, EF and BF. RGB value is (207,239,191). Sum of RGB (Red+Green+Blue) = 207+239+191=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBF is #301040. Grayscale: #E0E0E0. Windows color (decimal): -3149889 or 12578767. OLE color: 12578767.

HSL color Cylindrical-coordinate representation of color #CFEFBF: hue angle of 100º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEFBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB207239191-
CMYK0.1300.200.06
HSL100º60%84.31%-
HSV(B)100º20.08%93.73%-
XYZ6678.7661.01-
YUV223.96109.4115.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 191 (75% from 255) = 29.98%
R=32.50%
G=37.52%
B=29.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391910.1300.200.061006084.31
HexCFEFBFD0146643c54
Octal31735727715024614474124
Binary110011111110111110111111110101010011011001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFBF; }

 p { color: rgb(207,239,191); }

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

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

 a { background-color: rgb(207,239,191); }

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

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

 span { border-color: rgb(207,239,191); }

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